Skip to content

Commit 410634f

Browse files
authored
upgrade to reth 1.1.5 (#382)
1 parent ad4fef7 commit 410634f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

reth/Dockerfile

+5-7
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ WORKDIR /app
2424
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
2525

2626
ENV REPO=https://github.com/paradigmxyz/reth.git
27-
ENV VERSION=v1.1.4-dev
28-
ENV COMMIT=bc8d4fed1e7000e6ee08e1ba872b33be77cb52ef
29-
# RUN git clone $REPO --branch $VERSION --single-branch . && \
30-
# git switch -c branch-$VERSION && \
31-
# bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
32-
RUN git clone $REPO . && \
33-
git checkout $COMMIT
27+
ENV VERSION=v1.1.5
28+
ENV COMMIT=3212af2d85a54eb207661361ac9fe1d7de4b5b8e
29+
RUN git clone $REPO --branch $VERSION --single-branch . && \
30+
git switch -c branch-$VERSION && \
31+
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
3432

3533
RUN cargo build --bin op-reth --features $FEATURES --profile maxperf --manifest-path crates/optimism/bin/Cargo.toml
3634

0 commit comments

Comments
 (0)