We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe7d43 commit 8f6ed7aCopy full SHA for 8f6ed7a
1 file changed
reth/Dockerfile
@@ -40,7 +40,7 @@ RUN apt-get update && apt-get -y upgrade && \
40
41
ENV REPO=https://github.com/base/node-reth.git
42
ENV VERSION=main
43
-ENV COMMIT=c23179dc3531a988e483b05d306539cca99f9a5c
+ENV COMMIT=3f3d84634cb3fccd429a9df6ea039a77be2b907b
44
RUN git clone $REPO --branch $VERSION --single-branch . && \
45
git switch -c branch-$VERSION && \
46
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]' || (echo "Commit hash verification failed" && exit 1)
0 commit comments