File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Please use the following client versions:
8080
8181- ** op-node** : [v1.14.3](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.14.3)
8282- ** op-geth** : [v1.101603.2](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101603.2)
83- - ** op-reth** : [v1.8.3 ](https://github.com/paradigmxyz/reth/releases/tag/v1.8.3 )
83+ - ** op-reth** : [v1.8.4 ](https://github.com/paradigmxyz/reth/releases/tag/v1.8.4 )
8484
8585# ### Build
8686
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ WORKDIR /app
2727RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
2828
2929ENV REPO=https://github.com/paradigmxyz/reth.git
30- ENV VERSION=v1.8.3
31- ENV COMMIT=42197415102b7a20be42e4fe919f024b81ceb55b
30+ ENV VERSION=v1.8.4
31+ ENV COMMIT=bde6574bcac266f9858c1a78f8d0da9fd1e5d262
3232RUN git clone $REPO --branch $VERSION --single-branch . && \
3333 git switch -c branch-$VERSION && \
3434 bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
You can’t perform that action at this time.
0 commit comments