Skip to content
Snippets Groups Projects
Unverified Commit 7e15912d authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #2933 from herbetom/docker-switch-bookworm

Dockerfile: update base to debian:bookworm-slim
parents 9d8a7d33 2de0788c
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,7 @@
"targets/targets.mk",
"targets/x86.inc",
"contrib/ci/minimal-site/**",
"contrib/docker/Dockerfile",
"package/**"
],
"bcm27xx-bcm2710": [
......
FROM debian:bullseye-slim
FROM debian:bookworm-slim
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment