We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41444b0 commit c673c87Copy full SHA for c673c87
reth/Dockerfile
@@ -22,8 +22,8 @@ WORKDIR /app
22
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
23
24
ENV REPO=https://github.com/paradigmxyz/reth.git
25
-ENV VERSION=v1.3.9
26
-ENV COMMIT=00e5b6e01e3cf4c86cb3625f7aff52b81960d724
+ENV VERSION=v1.3.11
+ENV COMMIT=e0e85aa10b98fa92d32c3e820c7ed2cee0b02931
27
RUN git clone $REPO --branch $VERSION --single-branch . && \
28
git switch -c branch-$VERSION && \
29
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
0 commit comments