Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 rust:1.87 AS reth
FROM rust:1.88 AS reth

WORKDIR /app

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

RUN cargo build --bin op-reth --profile maxperf --manifest-path crates/optimism/bin/Cargo.toml

FROM rust:1.87 AS reth-base
FROM rust:1.88 AS reth-base

WORKDIR /app

Expand Down
8 changes: 4 additions & 4 deletions versions.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export BASE_RETH_NODE_COMMIT=329e1ad3707e023a748a4b60019aeeeb9a4ace6f
export BASE_RETH_NODE_COMMIT=6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
export BASE_RETH_NODE_TAG=v0.1.6
export BASE_RETH_NODE_TAG=v0.1.8
export NETHERMIND_COMMIT=080637edc24c43fbc9f9fde153f73a240a602163
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
export NETHERMIND_TAG=1.32.3
Expand All @@ -10,6 +10,6 @@ export OP_GETH_TAG=v1.101511.1
export OP_NODE_COMMIT=7a0ab04ea2db5421da689eb77a68e674e4ae9cfe
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
export OP_NODE_TAG=op-node/v1.13.5
export OP_RETH_COMMIT=d8451e54e7267f9f1634118d6d279b2216f7e2bb
export OP_RETH_COMMIT=e6608be51ea34424b8e3693cf1f946a3eb224736
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
export OP_RETH_TAG=v1.6.0
export OP_RETH_TAG=v1.8.1
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"base_reth_node": {
"tag": "v0.1.6",
"commit": "329e1ad3707e023a748a4b60019aeeeb9a4ace6f",
"tag": "v0.1.8",
"commit": "6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2",
"owner": "base",
"repo": "node-reth",
"tracking": "tag"
Expand Down
Loading