Skip to content

Commit d0088a1

Browse files
chore: updated nethermind, op-geth, optimism, reth (#539)
* chore: updated nethermind, op-geth, optimism, reth * bump ubuntu --------- Co-authored-by: danyalprout <[email protected]> Co-authored-by: Danyal Prout <[email protected]>
1 parent 021d441 commit d0088a1

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

geth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN . /tmp/versions.env && git clone $OP_GETH_REPO --branch $OP_GETH_TAG --singl
2525

2626
RUN go run build/ci.go install -static ./cmd/geth
2727

28-
FROM ubuntu:22.04
28+
FROM ubuntu:24.04
2929

3030
RUN apt-get update && \
3131
apt-get install -y jq curl supervisor && \

reth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN . /tmp/versions.env && git clone $BASE_RETH_NODE_REPO . && \
4343

4444
RUN cargo build --bin base-reth-node --release
4545

46-
FROM ubuntu:22.04
46+
FROM ubuntu:24.04
4747

4848
RUN apt-get update && \
4949
apt-get install -y jq curl supervisor && \

versions.env

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
export BASE_RETH_NODE_COMMIT=6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
33
export BASE_RETH_NODE_TAG=v0.1.8
4-
export NETHERMIND_COMMIT=080637edc24c43fbc9f9fde153f73a240a602163
4+
export NETHERMIND_COMMIT=100632d4415d08926c829d6329dd2ce7690d12d2
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
6-
export NETHERMIND_TAG=1.32.3
7-
export OP_GETH_COMMIT=c6e05723600e111af769abffd5299e3c72061016
6+
export NETHERMIND_TAG=1.34.0
7+
export OP_GETH_COMMIT=b51c72ebea9dcf14e6859b14e4bd92c484714f08
88
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
9-
export OP_GETH_TAG=v1.101511.1
10-
export OP_NODE_COMMIT=7a0ab04ea2db5421da689eb77a68e674e4ae9cfe
9+
export OP_GETH_TAG=v1.101602.3
10+
export OP_NODE_COMMIT=b7b94b9ab904ab463e7a93d36ff4e99e6143d96b
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
12-
export OP_NODE_TAG=op-node/v1.13.5
13-
export OP_RETH_COMMIT=e6608be51ea34424b8e3693cf1f946a3eb224736
12+
export OP_NODE_TAG=op-node/v1.13.7
13+
export OP_RETH_COMMIT=9c30bf7af5e0d45deaf5917375c9922c16654b28
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
15-
export OP_RETH_TAG=v1.8.1
15+
export OP_RETH_TAG=v1.8.2

versions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77
"tracking": "tag"
88
},
99
"nethermind": {
10-
"tag": "1.32.3",
11-
"commit": "080637edc24c43fbc9f9fde153f73a240a602163",
10+
"tag": "1.34.0",
11+
"commit": "100632d4415d08926c829d6329dd2ce7690d12d2",
1212
"owner": "NethermindEth",
1313
"repo": "nethermind",
1414
"tracking": "tag"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101511.1",
18-
"commit": "c6e05723600e111af769abffd5299e3c72061016",
17+
"tag": "v1.101602.3",
18+
"commit": "b51c72ebea9dcf14e6859b14e4bd92c484714f08",
1919
"owner": "ethereum-optimism",
2020
"repo": "op-geth",
2121
"tracking": "tag"
2222
},
2323
"op_node": {
24-
"tag": "op-node/v1.13.5",
25-
"commit": "7a0ab04ea2db5421da689eb77a68e674e4ae9cfe",
24+
"tag": "op-node/v1.13.7",
25+
"commit": "b7b94b9ab904ab463e7a93d36ff4e99e6143d96b",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",
2929
"tracking": "tag"
3030
},
3131
"op_reth": {
32-
"tag": "v1.8.1",
33-
"commit": "e6608be51ea34424b8e3693cf1f946a3eb224736",
32+
"tag": "v1.8.2",
33+
"commit": "9c30bf7af5e0d45deaf5917375c9922c16654b28",
3434
"owner": "paradigmxyz",
3535
"repo": "reth",
3636
"tracking": "tag"

0 commit comments

Comments
 (0)