Skip to content

Commit c0db288

Browse files
committed
Update op-geth for geth-based build
Updated op-geth to v1.101511.0
1 parent 2336893 commit c0db288

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.22 AS geth
16+
FROM golang:1.23 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.101503.4
6-
export OP_GETH_COMMIT=2b9abb39077cb88f6e8a513f09a5ea2c2569dfed
5+
export OP_GETH_TAG=v1.101511.0
6+
export OP_GETH_COMMIT=68075997f33907401a93216aa426514c5ddc8870
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)