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 misc/images/distroless-prod-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN groupadd --system --gid=999 materialize \
# `debug-nonroot` adds a busybox shell (`/busybox/sh`), kept intentionally so
# entrypoint.sh and `kubectl exec` keep working. A later step can drop to the
# shell-less variant. The digest pin is bumped by dependabot.
FROM gcr.io/distroless/cc-debian13:debug-nonroot@sha256:0501a0f4bf6e8b6b2b72d6cbd7271d851c834053d2ae825595be0359fbb0e1ad
FROM gcr.io/distroless/cc-debian13:debug-nonroot@sha256:3f20bad71902a58a123541843c4e7f00d16ed938663b6df892135a8f5f950fdc

# Ensure any Rust binaries that crash print a backtrace.
ENV RUST_BACKTRACE=1
Expand Down
Loading