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 11:45:33 +03:00
committed by GitHub
parent f524cdb5ee
commit fe65021c14
+1 -1
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>"