Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gcr.io/distroless/base-debian12:debug-nonroot Docker digest to 6f48e2b #29

Merged
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 @@ -37,7 +37,7 @@ ENTRYPOINT ["/bin/scw"]
#-------------------
# Debug image
#-------------------
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:dcc1690cf35ecb2cc4869ed45494d0d6ca58a66b989810e67abe0d405b23eb9c as scw-cli-debug
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:6f48e2b7225cf09a7c9b813910518d16c9517d76f65ebf306c742eb0e21d1ae4 as scw-cli-debug

COPY --from=builder /bin/jq /bin/jq
COPY --from=builder /bin/scw /bin/scw
Expand Down