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 1ebd46a commit 60de5e9Copy full SHA for 60de5e9
Dockerfile
@@ -21,7 +21,7 @@ COPY .git/ .git/
21
22
RUN ./scripts/build.sh
23
24
-FROM alpine:3.16
+FROM alpine:3.19
25
WORKDIR /
26
RUN apk update && apk add --no-cache bash ca-certificates openssh-client && update-ca-certificates
27
COPY --from=builder /go/src/github.com/scaleway/scaleway-cli/scw .
0 commit comments