File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN . /tmp/versions.env && git clone $OP_NODE_REPO --branch $OP_NODE_TAG --singl
1313RUN . /tmp/versions.env && cd op-node && \
1414 make VERSION=$OP_NODE_TAG op-node
1515
16- FROM golang:1.22 AS geth
16+ FROM golang:1.23 AS geth
1717
1818WORKDIR /app
1919
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ export OP_NODE_TAG=op-node/v1.13.3
22export OP_NODE_COMMIT = b1e7c63bb2ffea46771c302bcb05f72ba1a7bf61
33export OP_NODE_REPO = https://github.com/ethereum-optimism/optimism.git
44
5- export OP_GETH_TAG = v1.101503.4
6- export OP_GETH_COMMIT = 2b9abb39077cb88f6e8a513f09a5ea2c2569dfed
5+ export OP_GETH_TAG = v1.101511.0
6+ export OP_GETH_COMMIT = 68075997f33907401a93216aa426514c5ddc8870
77export OP_GETH_REPO = https://github.com/ethereum-optimism/op-geth.git
88
99export OP_RETH_TAG = v1.4.3
You can’t perform that action at this time.
0 commit comments