We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1b83f4 + 0fe120f commit a2350e7Copy full SHA for a2350e7
1 file changed
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 'trixie' image.
4
-FROM debian:trixie-20260505 as prepare-stage
+FROM debian:trixie-20260518 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