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 4d876c2 commit 4b30964Copy full SHA for 4b30964
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.19-alpine as builder
+FROM golang:1.19-alpine3.16 as builder
2
3
ENV BUILD_IN_DOCKER true
4
ARG VERSION
@@ -21,7 +21,7 @@ COPY .git/ .git/
21
22
RUN ./scripts/build.sh
23
24
-FROM alpine:3.12
+FROM alpine:3.16
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