diff --git a/Dockerfile b/Dockerfile index 0837d3ea68..14433d5adc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY .git/ .git/ RUN ./scripts/build.sh -FROM alpine:3.21 +FROM alpine:3.22 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 .