Skip to content

Commit 8f6ed7a

Browse files
committed
Update Reth
1 parent bbe7d43 commit 8f6ed7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get update && apt-get -y upgrade && \
4040

4141
ENV REPO=https://github.com/base/node-reth.git
4242
ENV VERSION=main
43-
ENV COMMIT=c23179dc3531a988e483b05d306539cca99f9a5c
43+
ENV COMMIT=3f3d84634cb3fccd429a9df6ea039a77be2b907b
4444
RUN git clone $REPO --branch $VERSION --single-branch . && \
4545
git switch -c branch-$VERSION && \
4646
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]' || (echo "Commit hash verification failed" && exit 1)

0 commit comments

Comments
 (0)