Skip to content

Commit

Permalink
Update Reth client to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazv committed Nov 13, 2024
1 parent 6c69752 commit f89f020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ WORKDIR /app
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential

ENV REPO=https://github.com/paradigmxyz/reth.git
ENV VERSION=v1.1.0
ENV COMMIT=1ba631ba9581973e7c6cadeea92cfe1802aceb4a
ENV VERSION=v1.1.1
ENV COMMIT=15c230bac20e2b1b3532c8b0d470e815fbc0cc22
RUN git clone $REPO --branch $VERSION --single-branch . && \
git switch -c branch-$VERSION && \
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
Expand Down

0 comments on commit f89f020

Please sign in to comment.