We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48e3f5 commit 6666d7bCopy full SHA for 6666d7b
1 file changed
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