We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e433d68 commit 7b0cee6Copy full SHA for 7b0cee6
Dockerfile
@@ -23,7 +23,7 @@ COPY .git/ .git/
23
24
RUN ./scripts/build.sh
25
26
-FROM alpine:3.20
+FROM alpine:3.21
27
WORKDIR /
28
RUN apk update && apk add --no-cache bash ca-certificates openssh-client && update-ca-certificates
29
COPY --from=builder /go/src/github.com/scaleway/scaleway-cli/scw .
0 commit comments