Skip to content

Commit

Permalink
Update nodes version for pectra readiness (#415)
Browse files Browse the repository at this point in the history
* update nodes version for pectra readiness

* fix version
  • Loading branch information
cody-wang-cb authored Feb 18, 2025
1 parent f186296 commit a0ce106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nethermind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM golang:1.22 AS op
WORKDIR /app

ENV REPO=https://github.com/ethereum-optimism/optimism.git
ENV VERSION=v1.10.2
ENV COMMIT=8bf7ff60f34a7c5082cec5c56bed1f76cc1893ad
ENV VERSION=v1.11.0
ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
git switch -c branch-$VERSION && \
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
Expand Down

0 comments on commit a0ce106

Please sign in to comment.