diff --git a/README.md b/README.md index 340107dd9..42b37268a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ cd lisk-node Please use the following client versions: -- **op-node**: [v1.19.1](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.19.1) +- **op-node**: [v1.19.2](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.19.2) - **op-reth**: [v2.3.3](https://github.com/ethereum-optimism/optimism/releases/tag/op-reth/v2.3.3) #### Build diff --git a/reth/Dockerfile b/reth/Dockerfile index f982323df..dbc73b051 100644 --- a/reth/Dockerfile +++ b/reth/Dockerfile @@ -19,8 +19,8 @@ RUN ARCH=$(dpkg --print-architecture) && \ echo "${YQ_SHA256} /usr/bin/yq" | sha256sum -c - && \ chmod +x /usr/bin/yq ENV REPO=https://github.com/ethereum-optimism/optimism.git -ENV VERSION=v1.19.1 -ENV COMMIT=257012626a4eba436db17532b0b4e2c0dbe61bdb +ENV VERSION=v1.19.2 +ENV COMMIT=da197e45ed44b9fca258b3b0d0709e8dfca1c7cd RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \ git switch -c branch-$VERSION && \ bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'