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/static-debian12:debug-nonroot Docker digest to 65928f0 #31

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 @@ -32,7 +32,7 @@ ENTRYPOINT ["/bin/hcloud"]
#-------------------
# Debug image
#-------------------
FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:eb36e07402afd087c560d63e9b82a0e098748fb27bc9e385e6b147a82050c5bf as hcloud-cli-debug
FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:65928f0582bdfe9017db270a0a44bfa23235f7bef65ca9288496177ffbe23edf as hcloud-cli-debug

COPY --from=builder /bin/hcloud /bin/hcloud

Expand Down