diff --git a/Dockerfile b/Dockerfile index 9d51fd730f..cd91bb064d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ ARG COMMIT="" ARG VERSION="" ARG BUILDNUM="" + + # Build Geth in a stock Go builder container FROM golang:1.24-alpine AS builder