We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03608d commit 1018327Copy full SHA for 1018327
nethermind/Dockerfile
@@ -23,7 +23,7 @@ ENV REPO=https://github.com/NethermindEth/nethermind.git
23
ENV VERSION=1.29.0
24
ENV COMMIT=917f5349517118bf5c73c362c3902d61e68e5b40
25
RUN git clone $REPO --branch release/$VERSION --single-branch . && \
26
- git switch -c release/$VERSION && \
+ git switch -c branch-$VERSION && \
27
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
28
29
RUN arch=$([ "$TARGETARCH" = "amd64" ] && echo "x64" || echo "$TARGETARCH") && \
0 commit comments