From 8c556ec797c46bebac3f837054abd8c9b9c73b85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 00:30:29 +0000 Subject: [PATCH] Pin debian Docker tag to 3a39a05 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f32d04d..5f878b3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ COPY proto proto RUN cargo install --locked --path . --root /build # run -FROM debian:13-slim AS runtime +FROM debian:13-slim@sha256:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48c7f8e94f258 AS runtime RUN apt-get update -y && apt-get upgrade -y && \ apt-get install --no-install-recommends -y ca-certificates libssl-dev lsb-release && \ rm -rf /var/lib/apt/lists/*