File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -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
You can’t perform that action at this time.
0 commit comments