diff --git a/Dockerfile b/Dockerfile index e2c59ed..b39065f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ ENTRYPOINT ["/bin/scw"] #------------------- # Debug image #------------------- -FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:6f48e2b7225cf09a7c9b813910518d16c9517d76f65ebf306c742eb0e21d1ae4 as scw-cli-debug +FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:a673016be7529c6b059bafc7dacb1cb363abed7578cb127d7110a24490bff669 as scw-cli-debug COPY --from=builder /bin/jq /bin/jq COPY --from=builder /bin/scw /bin/scw