Skip to content

Commit

Permalink
Bump alpine 3.20 and golang modules (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
neiljain authored Jun 1, 2024
1 parent de84178 commit 4b1e805
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.19.1 as alpine
FROM --platform=linux/$GOARCH alpine:3.20.0 as alpine

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

0 comments on commit 4b1e805

Please sign in to comment.