diff --git a/Dockerfile b/Dockerfile index efc64aef6f..ae34be3e5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY .git/ .git/ RUN ./scripts/build.sh -FROM alpine:3.19 +FROM alpine:3.20 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 .