Update Dockerfile (#38785)

Update alpine 3.14.1 to 3.14.2
CVE : https://github.com/alpinelinux/docker-alpine/issues/199
This commit is contained in:
blackmetal23 2021-09-02 10:45:33 +02:00 committed by GitHub
parent f524cdb5ee
commit fe65021c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ RUN go mod verify
RUN go run build.go build
# Final stage
FROM alpine:3.14.1
FROM alpine:3.14.2
LABEL maintainer="Grafana team <hello@grafana.com>"