Skip to content

Commit 9a3e135

Browse files
chore(deps): bump debian in /dockerfiles/agent-discovery (#1645)
Bumps debian from trixie-20250610-slim to trixie-20250929-slim. --- updated-dependencies: - dependency-name: debian dependency-version: trixie-20250929-slim 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]>
1 parent e59ea29 commit 9a3e135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/agent-discovery/Dockerfile

Lines changed: 1 addition & 1 deletion
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 'trixie' image.
4-
FROM debian:trixie-20250610-slim as prepare-stage
4+
FROM debian:trixie-20250929-slim 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/

0 commit comments

Comments
 (0)