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 @@ -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 golang:1.22 AS geth
FROM golang:1.23 AS geth

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ export OP_NODE_TAG=op-node/v1.13.3
export OP_NODE_COMMIT=b1e7c63bb2ffea46771c302bcb05f72ba1a7bf61
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git

export OP_GETH_TAG=v1.101503.4
export OP_GETH_COMMIT=2b9abb39077cb88f6e8a513f09a5ea2c2569dfed
export OP_GETH_TAG=v1.101511.0
export OP_GETH_COMMIT=68075997f33907401a93216aa426514c5ddc8870
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified commit from here

export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git

export OP_RETH_TAG=v1.4.3
Expand Down