diff --git a/op/Dockerfile b/op/Dockerfile index cb0f08aa..f96045fd 100644 --- a/op/Dockerfile +++ b/op/Dockerfile @@ -14,7 +14,7 @@ RUN git clone $OP_REPO --branch op-node/$OP_VERSION --single-branch . && \ RUN cd op-node && \ make op-node -FROM golang:1.21 as geth +FROM golang:1.22 as geth WORKDIR /app