Skip to content

Commit d1639e1

Browse files
authored
chore: update reth (v1.0.5), op-node (v1.9.0) (#310)
* chore: update reth (v1.0.5), op-node (v1.9.0) * bump rust container version
1 parent 90f047f commit d1639e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reth/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ FROM golang:1.21 AS op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.7.7
7-
ENV COMMIT=f8143c8cbc4cc0c83922c53f17a1e47280673485
6+
ENV VERSION=v1.9.0
7+
ENV COMMIT=ec45f6634ab2855a4ae5d30c4e240d79f081d689
88
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
99
git switch -c branch-$VERSION && \
1010
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
1111

1212
RUN cd op-node && \
1313
make VERSION=$VERSION op-node
1414

15-
FROM rust:1.79 AS reth
15+
FROM rust:1.80 AS reth
1616

1717
ARG FEATURES=jemalloc,asm-keccak,optimism
1818

@@ -21,7 +21,7 @@ WORKDIR /app
2121
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
2222

2323
ENV REPO=https://github.com/paradigmxyz/reth.git
24-
ENV COMMIT=29dc8fc05f74111c9ff67ddcd03638ee081b1dc0
24+
ENV COMMIT=ffd71a0b024e6c20f15cb95bcdf1b4882fc91093
2525
RUN git clone $REPO . && git checkout $COMMIT
2626

2727
RUN cargo build --bin op-reth --locked --features $FEATURES --profile maxperf

0 commit comments

Comments
 (0)