Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 26, 2023
1 parent 29f3e17 commit 0f1ebce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN go mod verify
RUN go run build.go build

# Final stage
FROM alpine:3.14.2
FROM alpine:3.16.7

LABEL maintainer="Grafana team <hello@grafana.com>"

Expand Down

0 comments on commit 0f1ebce

Please sign in to comment.