From f2f17cb2a9ad090c5b8f3b2405b7ed1908ad946c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Apr 2024 17:19:34 +0000 Subject: [PATCH] Update gcr.io/distroless/static-debian12:debug-nonroot Docker digest to cb0459b --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61bd41a..631f669 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ ENTRYPOINT ["/bin/hcloud"] #------------------- # Debug image #------------------- -FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:e677863ccb6504d7a703359a6205795b2691086a9649f87d130cf89da7ab705f as hcloud-cli-debug +FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:cb0459bf13af06cb3d3ee5dde5f1c5c34381cbce3a86bd08e1e7fd7a3ed28e59 as hcloud-cli-debug COPY --from=builder /bin/hcloud /bin/hcloud