Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Mar 30, 2023
2 parents c90630d + ea61782 commit b855508
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.17.2 as alpine
FROM --platform=linux/$GOARCH alpine:3.17.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 b855508

Please sign in to comment.