diff --git a/Dockerfile b/Dockerfile index e9c4655..6110efc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN IMAGE=scaleway-cli_${SCW_VERSION}_${TARGETOS}_${TARGETARCH}${TARGETVARIANT} #------------------- # Minimal image #------------------- -FROM gcr.io/distroless/static-debian12:nonroot@sha256:3a03fc0826340c7deb82d4755ca391bef5adcedb8892e58412e1a6008199fa91 as scw-cli-minimal +FROM gcr.io/distroless/static-debian12:nonroot@sha256:d71f4b239be2d412017b798a0a401c44c3049a3ca454838473a4c32ed076bfea as scw-cli-minimal COPY --from=builder /bin/scw /bin/scw