We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ce106 commit 7f67637Copy full SHA for 7f67637
nethermind/Dockerfile
@@ -23,8 +23,8 @@ ARG TARGETARCH
23
WORKDIR /app
24
25
ENV REPO=https://github.com/NethermindEth/nethermind.git
26
-ENV VERSION=1.30.3
27
-ENV COMMIT=87c863793b2302209187432b6afe5d7d84918bab
+ENV VERSION=1.31.0
+ENV COMMIT=a7337ba9e29a5e9384c7dfad72be6c7ab576d907
28
RUN git clone $REPO --branch $VERSION --single-branch . && \
29
git switch -c $VERSION
30
RUN bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
0 commit comments