We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84bb4b4 + d343e04 commit 5a09193Copy full SHA for 5a09193
dockerfiles/sidekick/Dockerfile
@@ -1,7 +1,7 @@
1
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
2
3
# We start from the Debian 'bookworm' image dated 2023-11-20.
4
-FROM debian:bookworm-20250203 as prepare-stage
+FROM debian:bookworm-20250224 as prepare-stage
5
6
# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
7
COPY *sh /usr/local/bin/
0 commit comments