Skip to content

Commit 82bd2e7

Browse files
chore(deps): bump debian in /dockerfiles/sidekick
Bumps debian from trixie-20251020 to trixie-20251103. --- updated-dependencies: - dependency-name: debian dependency-version: trixie-20251103 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7322a96 commit 82bd2e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/sidekick/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-20251020 as prepare-stage
4+
FROM debian:trixie-20251103 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)