From 937e2068c124992f4682c5403c74044a603e94dd Mon Sep 17 00:00:00 2001 From: Marcos Maceo Date: Fri, 4 Oct 2024 11:39:30 +0400 Subject: [PATCH] fix: update commit release 1.29.0 --- nethermind/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nethermind/Dockerfile b/nethermind/Dockerfile index 6b7175b..11c45cd 100644 --- a/nethermind/Dockerfile +++ b/nethermind/Dockerfile @@ -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" ]'