Skip to content
Closed
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 @@ -45,7 +45,7 @@ RUN cargo auditable build --release --locked \
# dynamically-linked Rust binary (rustls' ring backend links to libc).
# OCI image-index digest (2026-05); Dependabot tracks updates per the
# docker ecosystem entry in `.github/dependabot.yml`.
FROM gcr.io/distroless/cc-debian12:nonroot@sha256:bd2899c12b335c827750ccf2359879eab09c09b206023dcebea408947d54127c AS runtime
FROM gcr.io/distroless/cc-debian12:nonroot@sha256:b0ae8e989418b458e0f25489bc3be523718938a2b70864cc0f6a00af1ddbd985 AS runtime

# OCI image annotations improve Trivy / Grype scan output + GitHub Packages
# display.
Expand Down
Loading