From 8b76ea4b54d5d45cf76e8cd2d2cacbd46d17f120 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Feb 2024 22:18:57 +0000 Subject: [PATCH] Update gcr.io/distroless/static-debian12:debug-nonroot Docker digest to 440cc9e --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22c2525..fc90353 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ ENTRYPOINT ["/bin/hcloud"] #------------------- # Debug image #------------------- -FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:65928f0582bdfe9017db270a0a44bfa23235f7bef65ca9288496177ffbe23edf as hcloud-cli-debug +FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:440cc9e0961b3ce37723068f67f998784ccf51d24381bf50050a6a26061f7fb9 as hcloud-cli-debug COPY --from=builder /bin/hcloud /bin/hcloud