Skip to content

Commit 1edfc29

Browse files
committed
bump vanilla op-reth as well, use rust 1.88
1 parent 04ab6b4 commit 1edfc29

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

reth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN . /tmp/versions.env && git clone $OP_NODE_REPO --branch $OP_NODE_TAG --singl
1313
RUN . /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

1818
WORKDIR /app
1919

@@ -27,7 +27,7 @@ RUN . /tmp/versions.env && git clone $OP_RETH_REPO --branch $OP_RETH_TAG --singl
2727

2828
RUN 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

3232
WORKDIR /app
3333

versions.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export OP_GETH_TAG=v1.101511.1
1010
export OP_NODE_COMMIT=7a0ab04ea2db5421da689eb77a68e674e4ae9cfe
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
1212
export OP_NODE_TAG=op-node/v1.13.5
13-
export OP_RETH_COMMIT=d8451e54e7267f9f1634118d6d279b2216f7e2bb
13+
export OP_RETH_COMMIT=e6608be51ea34424b8e3693cf1f946a3eb224736
1414
export 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

0 commit comments

Comments
 (0)