Skip to content

Commit

Permalink
chore: deps(dockerfile): bump image "debian" (#905)
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bruno Verachten <[email protected]>
  • Loading branch information
github-actions[bot] and gounthar authored Jan 14, 2025
1 parent dbd5e76 commit 2f681b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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-20241223 as prepare-stage
FROM debian:bookworm-20250113 as prepare-stage

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

0 comments on commit 2f681b1

Please sign in to comment.