Update docker.io/library/debian Docker tag to v12.10

This commit is contained in:
Renovate 2025-03-18 07:03:34 +00:00
parent 4f32c26042
commit 3e879ae5dd
No known key found for this signature in database
GPG key ID: C9EE8FA27A4A840A

View file

@ -1,4 +1,4 @@
FROM docker.io/library/debian:12.9-slim@sha256:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc
FROM docker.io/library/debian:12.10-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d
SHELL ["/bin/bash", "-u", "-e", "-o", "pipefail", "-c"]
RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \