Update docker.io/library/debian:12.9-slim Docker digest to 12c396b

This commit is contained in:
Renovate 2025-02-25 05:04:57 +00:00
parent a89824c063
commit 4afe8af8d5
No known key found for this signature in database
GPG key ID: C9EE8FA27A4A840A

View file

@ -2,7 +2,7 @@
## Debian base layer with python ## Debian base layer with python
## ##
FROM docker.io/library/debian:12.9-slim@sha256:40b107342c492725bc7aacbe93a49945445191ae364184a6d24fedb28172f6f7 AS debian FROM docker.io/library/debian:12.9-slim@sha256:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc AS debian
RUN rm -rf /etc/*- /tmp/* /var/cache/* /var/log/* /var/lib/dpkg/*-old /var/lib/dpkg/status RUN rm -rf /etc/*- /tmp/* /var/cache/* /var/log/* /var/lib/dpkg/*-old /var/lib/dpkg/status
RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \ RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \
apt-get -qq update && \ apt-get -qq update && \