diff --git a/geth/Dockerfile b/geth/Dockerfile index 06da6738d..3a9976145 100644 --- a/geth/Dockerfile +++ b/geth/Dockerfile @@ -13,7 +13,7 @@ RUN . /tmp/versions.env && git clone $OP_NODE_REPO --branch $OP_NODE_TAG --singl RUN . /tmp/versions.env && cd op-node && \ make VERSION=$OP_NODE_TAG op-node -FROM golang:1.22 AS geth +FROM golang:1.23 AS geth WORKDIR /app diff --git a/versions.env b/versions.env index 439fa5bda..b22d09035 100644 --- a/versions.env +++ b/versions.env @@ -2,8 +2,8 @@ export OP_NODE_TAG=op-node/v1.13.3 export OP_NODE_COMMIT=b1e7c63bb2ffea46771c302bcb05f72ba1a7bf61 export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git -export OP_GETH_TAG=v1.101503.4 -export OP_GETH_COMMIT=2b9abb39077cb88f6e8a513f09a5ea2c2569dfed +export OP_GETH_TAG=v1.101511.0 +export OP_GETH_COMMIT=68075997f33907401a93216aa426514c5ddc8870 export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git export OP_RETH_TAG=v1.4.3