Skip to content

Commit

Permalink
chore: Change bookworm to stable to always use latest stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilMihaylov committed May 8, 2024
1 parent 9c2783c commit 4cd1fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/debian:bookworm-slim as code
FROM docker.io/library/debian:stable-slim as code

COPY "./" "/code/"

Expand Down

0 comments on commit 4cd1fac

Please sign in to comment.