Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion geth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN . /tmp/versions.env && git clone $OP_GETH_REPO --branch $OP_GETH_TAG --singl

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

FROM ubuntu:22.04
FROM ubuntu:24.04

RUN apt-get update && \
apt-get install -y jq curl supervisor && \
Expand Down
2 changes: 1 addition & 1 deletion reth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN . /tmp/versions.env && git clone $BASE_RETH_NODE_REPO . && \

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

FROM ubuntu:22.04
FROM ubuntu:24.04

RUN apt-get update && \
apt-get install -y jq curl supervisor && \
Expand Down
16 changes: 8 additions & 8 deletions versions.env
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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.8
export NETHERMIND_COMMIT=080637edc24c43fbc9f9fde153f73a240a602163
export NETHERMIND_COMMIT=100632d4415d08926c829d6329dd2ce7690d12d2
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
export NETHERMIND_TAG=1.32.3
export OP_GETH_COMMIT=c6e05723600e111af769abffd5299e3c72061016
export NETHERMIND_TAG=1.34.0
export OP_GETH_COMMIT=b51c72ebea9dcf14e6859b14e4bd92c484714f08
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
export OP_GETH_TAG=v1.101511.1
export OP_NODE_COMMIT=7a0ab04ea2db5421da689eb77a68e674e4ae9cfe
export OP_GETH_TAG=v1.101602.3
export OP_NODE_COMMIT=b7b94b9ab904ab463e7a93d36ff4e99e6143d96b
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
export OP_NODE_TAG=op-node/v1.13.5
export OP_RETH_COMMIT=e6608be51ea34424b8e3693cf1f946a3eb224736
export OP_NODE_TAG=op-node/v1.13.7
export OP_RETH_COMMIT=9c30bf7af5e0d45deaf5917375c9922c16654b28
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
export OP_RETH_TAG=v1.8.1
export OP_RETH_TAG=v1.8.2
16 changes: 8 additions & 8 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@
"tracking": "tag"
},
"nethermind": {
"tag": "1.32.3",
"commit": "080637edc24c43fbc9f9fde153f73a240a602163",
"tag": "1.34.0",
"commit": "100632d4415d08926c829d6329dd2ce7690d12d2",
"owner": "NethermindEth",
"repo": "nethermind",
"tracking": "tag"
},
"op_geth": {
"tag": "v1.101511.1",
"commit": "c6e05723600e111af769abffd5299e3c72061016",
"tag": "v1.101602.3",
"commit": "b51c72ebea9dcf14e6859b14e4bd92c484714f08",
"owner": "ethereum-optimism",
"repo": "op-geth",
"tracking": "tag"
},
"op_node": {
"tag": "op-node/v1.13.5",
"commit": "7a0ab04ea2db5421da689eb77a68e674e4ae9cfe",
"tag": "op-node/v1.13.7",
"commit": "b7b94b9ab904ab463e7a93d36ff4e99e6143d96b",
"tagPrefix": "op-node",
"owner": "ethereum-optimism",
"repo": "optimism",
"tracking": "tag"
},
"op_reth": {
"tag": "v1.8.1",
"commit": "e6608be51ea34424b8e3693cf1f946a3eb224736",
"tag": "v1.8.2",
"commit": "9c30bf7af5e0d45deaf5917375c9922c16654b28",
"owner": "paradigmxyz",
"repo": "reth",
"tracking": "tag"
Expand Down
Loading