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