Skip to content

Commit

Permalink
Bump op-node to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Oct 5, 2023
1 parent 391f989 commit c8864a1
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.3
ENV VERSION=v1.1.4
# for verification:
ENV COMMIT=896d83caab6a28f697e21ec1618e487070a0c396
ENV COMMIT=5877ee24cc9aaef5848c1372e0e196707fb336a0

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

0 comments on commit c8864a1

Please sign in to comment.