Skip to content

Commit

Permalink
Update nethermind/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Michael de Hoog <[email protected]>
  • Loading branch information
benaadams and mdehoog authored Sep 29, 2024
1 parent d03608d commit 1018327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nethermind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV REPO=https://github.com/NethermindEth/nethermind.git
ENV VERSION=1.29.0
ENV COMMIT=917f5349517118bf5c73c362c3902d61e68e5b40
RUN git clone $REPO --branch release/$VERSION --single-branch . && \
git switch -c release/$VERSION && \
git switch -c branch-$VERSION && \
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

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

0 comments on commit 1018327

Please sign in to comment.