From 6bae4232d135e9384721e0107a8c3da460063865 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Jul 2024 21:19:26 +0000 Subject: [PATCH] Update gcr.io/distroless/static-debian12:debug-nonroot Docker digest to fbb0518 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9aac460..7498f92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ ENTRYPOINT ["/bin/hcloud"] #------------------- # Debug image #------------------- -FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:cb0459bf13af06cb3d3ee5dde5f1c5c34381cbce3a86bd08e1e7fd7a3ed28e59 as hcloud-cli-debug +FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:fbb0518832cb64d45d687a7cafb4c1434f5a0f3da8a0e0780ba7494df741aa93 as hcloud-cli-debug COPY --from=builder /bin/hcloud /bin/hcloud