File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
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 rust:1.87 AS reth
16+ FROM rust:1.88 AS reth
1717
1818WORKDIR /app
1919
@@ -27,7 +27,7 @@ RUN . /tmp/versions.env && git clone $OP_RETH_REPO --branch $OP_RETH_TAG --singl
2727
2828RUN cargo build --bin op-reth --profile maxperf --manifest-path crates/optimism/bin/Cargo.toml
2929
30- FROM rust:1.87 AS reth-base
30+ FROM rust:1.88 AS reth-base
3131
3232WORKDIR /app
3333
Original file line number Diff line number Diff line change 1- export BASE_RETH_NODE_COMMIT = 329e1ad3707e023a748a4b60019aeeeb9a4ace6f
1+ export BASE_RETH_NODE_COMMIT = 6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2
22export BASE_RETH_NODE_REPO = https://github.com/base/node-reth.git
3- export BASE_RETH_NODE_TAG = v0.1.6
3+ export BASE_RETH_NODE_TAG = v0.1.8
44export NETHERMIND_COMMIT = 080637edc24c43fbc9f9fde153f73a240a602163
55export NETHERMIND_REPO = https://github.com/NethermindEth/nethermind.git
66export NETHERMIND_TAG = 1.32.3
@@ -10,6 +10,6 @@ export OP_GETH_TAG=v1.101511.1
1010export OP_NODE_COMMIT = 7a0ab04ea2db5421da689eb77a68e674e4ae9cfe
1111export OP_NODE_REPO = https://github.com/ethereum-optimism/optimism.git
1212export OP_NODE_TAG = op-node/v1.13.5
13- export OP_RETH_COMMIT = d8451e54e7267f9f1634118d6d279b2216f7e2bb
13+ export OP_RETH_COMMIT = e6608be51ea34424b8e3693cf1f946a3eb224736
1414export OP_RETH_REPO = https://github.com/paradigmxyz/reth.git
15- export OP_RETH_TAG = v1.6.0
15+ export OP_RETH_TAG = v1.8.1
Original file line number Diff line number Diff line change 11{
22 "base_reth_node" : {
3- "tag" : " v0.1.6 " ,
4- "commit" : " 329e1ad3707e023a748a4b60019aeeeb9a4ace6f " ,
3+ "tag" : " v0.1.8 " ,
4+ "commit" : " 6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2 " ,
55 "owner" : " base" ,
66 "repo" : " node-reth" ,
77 "tracking" : " tag"
2929 "tracking" : " tag"
3030 },
3131 "op_reth" : {
32- "tag" : " v1.6.0 " ,
33- "commit" : " d8451e54e7267f9f1634118d6d279b2216f7e2bb " ,
32+ "tag" : " v1.8.1 " ,
33+ "commit" : " e6608be51ea34424b8e3693cf1f946a3eb224736 " ,
3434 "owner" : " paradigmxyz" ,
3535 "repo" : " reth" ,
3636 "tracking" : " tag"
You can’t perform that action at this time.
0 commit comments