Skip to content

Commit

Permalink
chore: deps(dockerfile): bump image "debian" (#770)
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 Nov 12, 2024
1 parent b19808d commit 7d3d379
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-20241016 as prepare-stage
FROM debian:bookworm-20241111 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 7d3d379

Please sign in to comment.