diff --git a/Dockerfile b/Dockerfile index 1f32d04..6f2ea39 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:d7e12182ce18b85b93007c1dedf31f2d29e01ccf3182cc4017c709b6259bc132 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/*