Skip to content

Commit cbcef8a

Browse files
chore: deps(dockerfile): bump image "debian" (#158)
Made with ❤️️ by updatecli Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bruno Verachten <[email protected]>
1 parent 24ee06c commit cbcef8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/sidekick/Dockerfile

+2-2
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-20240211 as prepare-stage
4+
FROM debian:bookworm-20240311 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/
@@ -32,4 +32,4 @@ RUN /usr/local/bin/keygen.sh /ssh-dir
3232

3333
# The CMD command specifies the default command to execute when the container starts.
3434
# In this case, it prints a message and lists the contents of /ssh-dir.
35-
CMD ["sh", "-c", "echo 'Export stage is ready'; ls -l /ssh-dir/"]
35+
CMD ["sh", "-c", "echo 'Export stage is ready'; ls -l /ssh-dir/"]

0 commit comments

Comments
 (0)