Skip to content

Commit 60e756d

Browse files
authored
Merge branch 'main' into updatecli_main_2645acb742811c68ad33208c989ad3376834a7adf6070e6ccef72764e0e9b878
2 parents 8f09c7d + 209397c commit 60e756d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/sidekick/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
22

33
# We start from the Debian 'bookworm' image dated 2023-11-20.
4-
FROM debian:bookworm-20250610 as prepare-stage
4+
FROM debian:bookworm-20250630 as prepare-stage
55

66
# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
77
COPY *sh /usr/local/bin/

0 commit comments

Comments
 (0)