Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Debian Bookworm Linux version to bookworm-20240311 #158

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: deps(dockerfile): bump image "debian"
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Mar 12, 2024
commit 9940b0366423230507ad58a518074c59b2ba06c1
4 changes: 2 additions & 2 deletions dockerfiles/sidekick/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.

# We start from the Debian 'bookworm' image dated 2023-11-20.
FROM debian:bookworm-20240211 as prepare-stage
FROM debian:bookworm-20240311 as prepare-stage

# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
COPY *sh /usr/local/bin/
@@ -32,4 +32,4 @@ RUN /usr/local/bin/keygen.sh /ssh-dir

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