Skip to content

Commit 4b30964

Browse files
authored
chore(docker): bump alpine version to 3.16 (#2558)
1 parent 4d876c2 commit 4b30964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19-alpine as builder
1+
FROM golang:1.19-alpine3.16 as builder
22

33
ENV BUILD_IN_DOCKER true
44
ARG VERSION
@@ -21,7 +21,7 @@ COPY .git/ .git/
2121

2222
RUN ./scripts/build.sh
2323

24-
FROM alpine:3.12
24+
FROM alpine:3.16
2525
WORKDIR /
2626
RUN apk update && apk add --no-cache bash ca-certificates openssh-client && update-ca-certificates
2727
COPY --from=builder /go/src/github.com/scaleway/scaleway-cli/scw .

0 commit comments

Comments
 (0)