Skip to content

Commit

Permalink
bump reth commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout committed Jun 13, 2024
1 parent 7fa0078 commit 40516bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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 COMMIT=1c148e7f030f0b6b3610564e0142c799756666f4
ENV COMMIT=e5111f03396f661bdff69d04047d0c076bad75f3

RUN git clone $REPO . && git checkout $COMMIT
RUN cargo build --bin op-reth --locked --features $FEATURES --profile maxperf
Expand Down

0 comments on commit 40516bf

Please sign in to comment.