diff --git a/Dockerfile b/Dockerfile index 7684870..ccd9368 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN git clone $REPO --branch $VERSION --single-branch . && \ RUN go run build/ci.go install -static ./cmd/geth -FROM golang:1.20 +FROM golang:1.21 RUN apt-get update && \ apt-get install -y jq curl supervisor && \