Skip to content

Commit 1018327

Browse files
benaadamsmdehoog
andauthored
Update nethermind/Dockerfile
Co-authored-by: Michael de Hoog <michael.dehoog@gmail.com>
1 parent d03608d commit 1018327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nethermind/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV REPO=https://github.com/NethermindEth/nethermind.git
2323
ENV VERSION=1.29.0
2424
ENV COMMIT=917f5349517118bf5c73c362c3902d61e68e5b40
2525
RUN git clone $REPO --branch release/$VERSION --single-branch . && \
26-
git switch -c release/$VERSION && \
26+
git switch -c branch-$VERSION && \
2727
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
2828

2929
RUN arch=$([ "$TARGETARCH" = "amd64" ] && echo "x64" || echo "$TARGETARCH") && \

0 commit comments

Comments
 (0)