Skip to content

Commit 90f047f

Browse files
authored
Update op-node to 1.9.0 and op-geth to v1.101315.3 (#309)
1 parent 37a3020 commit 90f047f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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.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" ]'
@@ -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.2
21-
ENV COMMIT=7c2819836018bfe0ca07c4e4955754834ffad4e0
20+
ENV VERSION=v1.101315.3
21+
ENV COMMIT=8af19cf20261c0b62f98cc27da3a268f542822ee
2222
RUN git clone $REPO --branch $VERSION --single-branch . && \
2323
git switch -c branch-$VERSION && \
2424
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

0 commit comments

Comments
 (0)