We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0d814 commit 8c858c5Copy full SHA for 8c858c5
1 file changed
Dockerfile
@@ -23,7 +23,7 @@ COPY .git/ .git/
23
24
RUN ./scripts/build.sh
25
26
-FROM alpine:3.21
+FROM alpine:3.22
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