From 139a59addc787a567a3c156404ef26315611756d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Mar 2024 18:23:41 +0000 Subject: [PATCH] Update gcr.io/distroless/static-debian12:debug-nonroot Docker digest to e677863 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1ac06d..b7ee781 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ ENTRYPOINT ["/bin/hcloud"] #------------------- # Debug image #------------------- -FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:f07e9263c50b465e4be9f01df2fa280ce5a59a1044913c23be4fc407279b705f as hcloud-cli-debug +FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:e677863ccb6504d7a703359a6205795b2691086a9649f87d130cf89da7ab705f as hcloud-cli-debug COPY --from=builder /bin/hcloud /bin/hcloud