contrib: Bump Dockerfile.alpine to alpine:3.14.0.

Alpine 3.10 is EOL, and 3.14 is current.
This commit is contained in:
briancolecoinmetrics 2021-07-20 04:39:25 -04:00 committed by GitHub
parent c9521b468f
commit 22f37e40a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go install . ./cmd/...
# Production image
FROM alpine:3.10.1
FROM alpine:3.14.0
RUN apk add --no-cache ca-certificates
COPY --from=0 /go/bin/* /bin/