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

This commit is contained in:
Renovate 2025-03-18 07:04:10 +00:00
parent fa6f875f54
commit de4a2f037e
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:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc AS debian FROM docker.io/library/debian:12.10-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d 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 && \