Skip to content

Commit f69654d

Browse files
authored
Upgrade to op-node 1.9.1 (#317)
1 parent 5234654 commit f69654d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

geth/Dockerfile

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

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.9.0
7-
ENV COMMIT=ec45f6634ab2855a4ae5d30c4e240d79f081d689
6+
ENV VERSION=v1.9.1
7+
ENV COMMIT=4797ddb70e05d4952685bad53e608cb5606284e6
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" ]'
@@ -17,8 +17,8 @@ FROM golang:1.21 AS geth
1717
WORKDIR /app
1818

1919
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
20-
ENV VERSION=v1.101315.3
21-
ENV COMMIT=8af19cf20261c0b62f98cc27da3a268f542822ee
20+
ENV VERSION=v1.101408.0
21+
ENV COMMIT=5c2e75862239c77d2873de1888ba52ee84c83178
2222
RUN git clone $REPO --branch $VERSION --single-branch . && \
2323
git switch -c branch-$VERSION && \
2424
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

reth/Dockerfile

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

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.9.0
7-
ENV COMMIT=ec45f6634ab2855a4ae5d30c4e240d79f081d689
6+
ENV VERSION=v1.9.1
7+
ENV COMMIT=4797ddb70e05d4952685bad53e608cb5606284e6
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" ]'
@@ -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=ffd71a0b024e6c20f15cb95bcdf1b4882fc91093
24+
ENV COMMIT=c228fe15808c3acbf18dc3af1a03ef5cbdcda07a
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)