Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
Loading