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