Skip to content

Commit ff7e328

Browse files
authored
Revert "Update op-geth for geth-based build (base#473)"
This reverts commit cfd8eca.
1 parent cfd8eca commit ff7e328

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

geth/Dockerfile

Lines changed: 1 addition & 1 deletion
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 golang:1.23 AS geth
16+
FROM golang:1.22 AS geth
1717

1818
WORKDIR /app
1919

versions.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ export OP_NODE_TAG=op-node/v1.13.3
22
export OP_NODE_COMMIT=b1e7c63bb2ffea46771c302bcb05f72ba1a7bf61
33
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
44

5-
export OP_GETH_TAG=v1.101511.0
6-
export OP_GETH_COMMIT=68075997f33907401a93216aa426514c5ddc8870
5+
export OP_GETH_TAG=v1.101503.4
6+
export OP_GETH_COMMIT=2b9abb39077cb88f6e8a513f09a5ea2c2569dfed
77
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
88

99
export OP_RETH_TAG=v1.4.3

0 commit comments

Comments
 (0)