mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
f524cdb5ee
commit
fe65021c14
@ -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>"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user