From ec728153364fcd5d2a83d7a962c114faf65352e7 Mon Sep 17 00:00:00 2001 From: wcgcyx Date: Thu, 5 Dec 2024 12:18:46 +1000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4670fefcf..08f7c019e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ADD . /go-ethereum RUN cd /go-ethereum && go run build/ci.go install -static ./cmd/geth # Pull Geth into a second stage deploy alpine container -FROM alpine:3.18.4 +FROM alpine:3.18.9 RUN apk add --no-cache ca-certificates COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/