chore(deps): update docker.io/library/debian docker tag from 12.9-slim to 12.11-slim
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/pr/test/2 unknown status
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/test/1 unknown status
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed

This commit is contained in:
Renovate 2025-06-19 10:46:49 +00:00
parent dd916ddf0b
commit 8c017a65bb
Signed by: renovate
SSH key fingerprint: SHA256:ozQD+/wRtX3XLEA5j/3Rjux2n7XyMgbJzd7oHu7kGno

View file

@ -4,7 +4,7 @@
## Download docker ## Download docker
## ##
FROM docker.io/library/debian:12.9-slim@sha256:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc AS download FROM docker.io/library/debian:12.11-slim@sha256:e5865e6858dacc255bead044a7f2d0ad8c362433cfaa5acefb670c1edf54dfef AS download
SHELL ["/bin/bash", "-u", "-e", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-u", "-e", "-o", "pipefail", "-c"]
WORKDIR /tmp/docker WORKDIR /tmp/docker
RUN --mount=type=tmpfs,target=/var/lib/apt/lists \ RUN --mount=type=tmpfs,target=/var/lib/apt/lists \
@ -23,7 +23,7 @@ RUN ARCH=$(dpkg --print-architecture) && curl --fail --silent --parallel --remot
## Final stage ## Final stage
## ##
FROM docker.io/library/debian:12.9-slim@sha256:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc FROM docker.io/library/debian:12.11-slim@sha256:e5865e6858dacc255bead044a7f2d0ad8c362433cfaa5acefb670c1edf54dfef
SHELL ["/bin/bash", "-u", "-e", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-u", "-e", "-o", "pipefail", "-c"]
RUN --mount=type=bind,from=download,source=/tmp/docker,target=/tmp/docker \ RUN --mount=type=bind,from=download,source=/tmp/docker,target=/tmp/docker \
--mount=type=cache,target=/var/lib/apt/lists,sharing=locked \ --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \