Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 0f3fbb5 commit 11177d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certstrap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN go install github.com/square/certstrap@latest
WORKDIR /
COPY gen_faucetconfrpc_keys.sh gen_faucetconfrpc_keys.sh

FROM alpine:3.20
FROM alpine:3.21

COPY --from=build /gen_faucetconfrpc_keys.sh /gen_faucetconfrpc_keys.sh
COPY --from=build /go/bin/certstrap /usr/bin/certstrap
Expand Down

0 comments on commit 11177d3

Please sign in to comment.