Skip to content

Commit

Permalink
Merge pull request #2933 from herbetom/docker-switch-bookworm
Browse files Browse the repository at this point in the history
Dockerfile: update base to debian:bookworm-slim
  • Loading branch information
blocktrron authored Aug 9, 2023
2 parents 9d8a7d3 + 2de0788 commit 7e15912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
"targets/targets.mk",
"targets/x86.inc",
"contrib/ci/minimal-site/**",
"contrib/docker/Dockerfile",
"package/**"
],
"bcm27xx-bcm2710": [
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM debian:bookworm-slim

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 7e15912

Please sign in to comment.