Skip to content

Commit b7d0dac

Browse files
committed
Update op-node to v1.13.3 for geth-based build
1 parent 8cd6941 commit b7d0dac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

geth/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM golang:1.22 AS op
1+
FROM golang:1.23 AS op
22

33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.13.2
7-
ENV COMMIT=c8b9f62736a7dad7e569719a84c406605f4472e6
6+
ENV VERSION=v1.13.3
7+
ENV COMMIT=b1e7c63bb2ffea46771c302bcb05f72ba1a7bf61
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" ]'

0 commit comments

Comments
 (0)