Skip to content

Commit

Permalink
feat: update nethermind to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Oct 10, 2024
1 parent 7f028a0 commit 7f99fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nethermind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ WORKDIR /app
ENV REPO=https://github.com/NethermindEth/nethermind.git
ENV VERSION=1.29.0
ENV COMMIT=10412d1c3b502591db7d4bb80d26caf6045f165a
RUN git clone $REPO --branch release/$VERSION --single-branch . && \
git switch -c branch-$VERSION
RUN git clone $REPO --branch $VERSION --single-branch . && \
git switch -c $VERSION
RUN bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
RUN TARGETARCH=${TARGETARCH#linux/} && \
arch=$([ "$TARGETARCH" = "amd64" ] && echo "x64" || echo "$TARGETARCH") && \
Expand Down

0 comments on commit 7f99fbe

Please sign in to comment.