Skip to content

Commit 7f67637

Browse files
authored
update nethermind (#416)
1 parent a0ce106 commit 7f67637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nethermind/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ARG TARGETARCH
2323
WORKDIR /app
2424

2525
ENV REPO=https://github.com/NethermindEth/nethermind.git
26-
ENV VERSION=1.30.3
27-
ENV COMMIT=87c863793b2302209187432b6afe5d7d84918bab
26+
ENV VERSION=1.31.0
27+
ENV COMMIT=a7337ba9e29a5e9384c7dfad72be6c7ab576d907
2828
RUN git clone $REPO --branch $VERSION --single-branch . && \
2929
git switch -c $VERSION
3030
RUN bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

0 commit comments

Comments
 (0)