diff --git a/Dockerfile b/Dockerfile index aa7419f..c1ac06d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ ENTRYPOINT ["/bin/hcloud"] #------------------- # Debug image #------------------- -FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:90f0cab85fdc73e722ff2c63d92ced003eb651782e6b1d82f5dd39950cfef2a6 as hcloud-cli-debug +FROM gcr.io/distroless/static-debian12:debug-nonroot@sha256:f07e9263c50b465e4be9f01df2fa280ce5a59a1044913c23be4fc407279b705f as hcloud-cli-debug COPY --from=builder /bin/hcloud /bin/hcloud