Skip to content

Commit

Permalink
Update op-node to v1.1.3 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout authored Sep 12, 2023
1 parent 9dc53cf commit 3bf7383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM golang:1.19 as op
WORKDIR /app

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

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

0 comments on commit 3bf7383

Please sign in to comment.