diff --git a/Dockerfile b/Dockerfile index d8eda97..944caac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ ENTRYPOINT ["/bin/scw"] #------------------- # Debug image #------------------- -FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:254c9629c6fad3f34af7ae24d76a74df0b4f436fc778d57d422721ad95ec31a2 as scw-cli-debug +FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:2d0f47e5034542a240f52dd4007891c44e5fd0a13db33e1ae26ee83892d8a1e3 as scw-cli-debug COPY --from=builder /bin/jq /bin/jq COPY --from=builder /bin/scw /bin/scw