diff --git a/Dockerfile b/Dockerfile index 12cd20e6c..fc35e0213 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /go-ethereum RUN go run build/ci.go install -static ./cmd/geth # Pull Geth into a second stage deploy alpine container -FROM alpine:3.19 +FROM alpine:3.20 RUN apk add --no-cache ca-certificates