We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f186296 commit a0ce106Copy full SHA for a0ce106
nethermind/Dockerfile
@@ -3,8 +3,8 @@ FROM golang:1.22 AS op
3
WORKDIR /app
4
5
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6
-ENV VERSION=v1.10.2
7
-ENV COMMIT=8bf7ff60f34a7c5082cec5c56bed1f76cc1893ad
+ENV VERSION=v1.11.0
+ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
8
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
9
git switch -c branch-$VERSION && \
10
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
0 commit comments