Skip to content

Commit

Permalink
Bump alpine to 3.20.1 to fix CVEs (#921)
Browse files Browse the repository at this point in the history
* Bump alpine to use 3.20 to fix CVEs
  • Loading branch information
neiljain committed Jul 17, 2024
1 parent 9be2665 commit 620cb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENTRYPOINT [ "/redis_exporter" ]
#
# Alpine release container
#
FROM --platform=linux/$GOARCH alpine:3.20.0 as alpine
FROM --platform=linux/$GOARCH alpine:3.20 as alpine

COPY --from=builder /redis_exporter /redis_exporter
COPY --from=builder /etc/ssl/certs /etc/ssl/certs
Expand Down

0 comments on commit 620cb99

Please sign in to comment.