Skip to content

Commit

Permalink
chore(deps): bump debian in /dockerfiles/agent-discovery (#876)
Browse files Browse the repository at this point in the history
Bumps debian from bookworm-20241202-slim to bookworm-20241223-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bruno Verachten <[email protected]>
  • Loading branch information
dependabot[bot] and gounthar authored Dec 31, 2024
1 parent a398a4a commit be88c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/agent-discovery/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-20241202-slim as prepare-stage
FROM debian:bookworm-20241223-slim 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 be88c67

Please sign in to comment.