We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd6941 commit 5a871baCopy full SHA for 5a871ba
reth/Dockerfile
@@ -39,8 +39,8 @@ RUN apt-get update && apt-get -y upgrade && \
39
rm -rf /var/lib/apt/lists/*
40
41
ENV REPO=https://github.com/base/node-reth.git
42
-ENV VERSION=v0.1.1
43
-ENV COMMIT=cb55e69e3d88f8272ccc523c6c352d00b4ce2bf1
+ENV VERSION=v0.1.2
+ENV COMMIT=7fe1d4e7c74d322d2cf78df55db40e14f466cfc6
44
RUN git clone $REPO . && \
45
git checkout tags/$VERSION && \
46
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]' || (echo "Commit hash verification failed" && exit 1)
0 commit comments