Skip to content

Commit 7bca39c

Browse files
authored
bump reth to v1.6.0 (#94)
1 parent a165950 commit 7bca39c

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
@@ -27,8 +27,8 @@ WORKDIR /app
2727
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
2828

2929
ENV REPO=https://github.com/paradigmxyz/reth.git
30-
ENV VERSION=v1.5.1
31-
ENV COMMIT=dbe7ee9c21392f360ff01f6307480f5d7dd73a3a
30+
ENV VERSION=v1.6.0
31+
ENV COMMIT=d8451e54e7267f9f1634118d6d279b2216f7e2bb
3232
RUN git clone $REPO --branch $VERSION --single-branch . && \
3333
git switch -c branch-$VERSION && \
3434
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

0 commit comments

Comments
 (0)