diff --git a/Dockerfile b/Dockerfile index 05c5efd1ce..1560237944 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Geth in a stock Go builder container -FROM golang:1.20-alpine as builder +FROM golang:1.22-alpine as builder RUN apk add --no-cache make gcc musl-dev linux-headers git bash