diff --git a/Dockerfile b/Dockerfile index 62a7db5a10..ddbb3b71c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY .git/ .git/ RUN ./scripts/build.sh -FROM alpine:3.22 +FROM alpine:3.23 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 .