diff --git a/base/Dockerfile b/base/Dockerfile index d7b90426..65a7f8b2 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -14,7 +14,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \ RUN cd op-node && \ make op-node -FROM golang:1.19 as geth +FROM golang:1.20 as geth WORKDIR /app