chore(deps): update debian:trixie-slim docker digest to a347fd7
All checks were successful
Build Docker Image / build-docker (push) Successful in 23m5s

This commit is contained in:
Renovate Bot
2025-11-08 11:21:19 +00:00
parent 6e02fef8df
commit 8aab934b7e

View File

@@ -1,7 +1,7 @@
# =========================
# Stage 1: Builder
# =========================
FROM debian:trixie-slim@sha256:66b37a5078a77098bfc80175fb5eb881a3196809242fd295b25502854e12cbec AS builder
FROM debian:trixie-slim@sha256:a347fd7510ee31a84387619a492ad6c8eb0af2f2682b916ff3e643eb076f925a AS builder
ENV DEBIAN_FRONTEND=noninteractive \
LANG=C.UTF-8
@@ -40,7 +40,7 @@ RUN python3 -m venv /opt/venv \
# =========================
# Stage 2: Final runtime image
# =========================
FROM debian:trixie-slim@sha256:66b37a5078a77098bfc80175fb5eb881a3196809242fd295b25502854e12cbec
FROM debian:trixie-slim@sha256:a347fd7510ee31a84387619a492ad6c8eb0af2f2682b916ff3e643eb076f925a
ENV DEBIAN_FRONTEND=noninteractive \
LANG=C.UTF-8 \