diff --git a/Dockerfile b/Dockerfile index 9435a7bc2..bb1476af3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY .git/ .git/ RUN ./scripts/build.sh -FROM alpine:3.20 +FROM alpine:3.21 WORKDIR / RUN apk update && apk add --no-cache bash ca-certificates openssh-client && update-ca-certificates COPY --from=builder /go/src/github.com/scaleway/scaleway-cli/scw .