Skip to content

Commit 41444b0

Browse files
authored
chore: update reth to 1.3.9 (#440)
1 parent 1144986 commit 41444b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reth/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ WORKDIR /app
2222
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
2323

2424
ENV REPO=https://github.com/paradigmxyz/reth.git
25-
ENV VERSION=v1.3.7
26-
ENV COMMIT=ed7da87da4de340a437bf46f39a7e1397ac82065
25+
ENV VERSION=v1.3.9
26+
ENV COMMIT=00e5b6e01e3cf4c86cb3625f7aff52b81960d724
2727
RUN git clone $REPO --branch $VERSION --single-branch . && \
2828
git switch -c branch-$VERSION && \
2929
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

0 commit comments

Comments
 (0)