Skip to content

Commit

Permalink
Merge pull request #689 from IQTLabs/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
Update alpine Docker tag to v3.19
  • Loading branch information
anarkiwi authored Dec 10, 2023
2 parents 3ba7813 + 9ba26d0 commit 34f720e
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.18
FROM alpine:3.19

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 34f720e

Please sign in to comment.