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 a165950 commit 7bca39cCopy full SHA for 7bca39c
reth/Dockerfile
@@ -27,8 +27,8 @@ WORKDIR /app
27
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
28
29
ENV REPO=https://github.com/paradigmxyz/reth.git
30
-ENV VERSION=v1.5.1
31
-ENV COMMIT=dbe7ee9c21392f360ff01f6307480f5d7dd73a3a
+ENV VERSION=v1.6.0
+ENV COMMIT=d8451e54e7267f9f1634118d6d279b2216f7e2bb
32
RUN git clone $REPO --branch $VERSION --single-branch . && \
33
git switch -c branch-$VERSION && \
34
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
0 commit comments