Skip to content

Commit

Permalink
Update Alpine image to fix security vulnerability (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunguyen9889 authored Sep 5, 2023
1 parent 8d01651 commit 4df89bf
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.18.2 as alpine
FROM --platform=linux/$GOARCH alpine:3.18.3 as alpine

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

0 comments on commit 4df89bf

Please sign in to comment.