Skip to content

Commit

Permalink
fix: update commit release 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Oct 4, 2024
1 parent 8a051cd commit 937e206
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 @@ -21,7 +21,7 @@ WORKDIR /app

ENV REPO=https://github.com/NethermindEth/nethermind.git
ENV VERSION=1.29.0
ENV COMMIT=7320938e5fe74ad6ac1782ce723ddb7bb7d3d78a
ENV COMMIT=10412d1c3b502591db7d4bb80d26caf6045f165a
RUN git clone $REPO --branch release/$VERSION --single-branch . && \
git switch -c branch-$VERSION
RUN bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
Expand Down

0 comments on commit 937e206

Please sign in to comment.