diff --git a/Dockerfile b/Dockerfile index 4cf8470015..6c65faf12d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -# Build Geth in a stock Go builder container -FROM golang:1.23-alpine as builder +FROM golang:latest ARG BOR_DIR=/var/lib/bor ENV BOR_DIR=$BOR_DIR