Skip to content

Commit 5a871ba

Browse files
authored
bump node-reth to 0.1.2 (#476)
1 parent 8cd6941 commit 5a871ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN apt-get update && apt-get -y upgrade && \
3939
rm -rf /var/lib/apt/lists/*
4040

4141
ENV REPO=https://github.com/base/node-reth.git
42-
ENV VERSION=v0.1.1
43-
ENV COMMIT=cb55e69e3d88f8272ccc523c6c352d00b4ce2bf1
42+
ENV VERSION=v0.1.2
43+
ENV COMMIT=7fe1d4e7c74d322d2cf78df55db40e14f466cfc6
4444
RUN git clone $REPO . && \
4545
git checkout tags/$VERSION && \
4646
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]' || (echo "Commit hash verification failed" && exit 1)

0 commit comments

Comments
 (0)