Skip to content

Commit

Permalink
explicitely set alpine release image version, initial version is 3.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Feb 23, 2023
1 parent 326cabc commit c75a4ab
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 as alpine
FROM --platform=linux/$GOARCH alpine:3.17.2 as alpine-release

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

0 comments on commit c75a4ab

Please sign in to comment.