Skip to content

Commit 3bf7383

Browse files
authored
Update op-node to v1.1.3 (#108)
1 parent 9dc53cf commit 3bf7383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM golang:1.19 as op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.1.1
6+
ENV VERSION=v1.1.3
77
# for verification:
8-
ENV COMMIT=89ed69d80bbec7f2b1dd69e7e48cb7119839d58a
8+
ENV COMMIT=896d83caab6a28f697e21ec1618e487070a0c396
99

1010
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1111
git switch -c branch-$VERSION && \

0 commit comments

Comments
 (0)