From ac3551b6872b19258a6d289235694d450b907779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 23:30:07 +0000 Subject: [PATCH] Pin debian Docker tag to d7e1218 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d3aeac..63d1da6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ COPY proto proto RUN cargo install --locked --path . --root /build # run -FROM debian:13-slim AS runtime +FROM debian:13-slim@sha256:d7e12182ce18b85b93007c1dedf31f2d29e01ccf3182cc4017c709b6259bc132 AS runtime # Bust the cache for the layer below on every build so OS security updates are always applied. ARG CACHEBUST=0 RUN echo "cachebust=${CACHEBUST}" && apt-get update -y && apt-get upgrade -y && \