Skip to content

Commit a0ce106

Browse files
authored
Update nodes version for pectra readiness (#415)
* update nodes version for pectra readiness * fix version
1 parent f186296 commit a0ce106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nethermind/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM golang:1.22 AS op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.10.2
7-
ENV COMMIT=8bf7ff60f34a7c5082cec5c56bed1f76cc1893ad
6+
ENV VERSION=v1.11.0
7+
ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
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)