We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f3fbb5 + 4cd927b commit cc8c6fdCopy full SHA for cc8c6fd
certstrap/Dockerfile
@@ -6,7 +6,7 @@ RUN go install github.com/square/certstrap@latest
6
WORKDIR /
7
COPY gen_faucetconfrpc_keys.sh gen_faucetconfrpc_keys.sh
8
9
-FROM alpine:3.20
+FROM alpine:3.21
10
11
COPY --from=build /gen_faucetconfrpc_keys.sh /gen_faucetconfrpc_keys.sh
12
COPY --from=build /go/bin/certstrap /usr/bin/certstrap
0 commit comments