From 651f5b3bd99cdcb9eb27c16289cf84bf2599ed2d Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Tue, 17 Oct 2023 18:07:16 +0200 Subject: [PATCH] use Lotus release in devnet --- scripts/devnet/lotus.dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/devnet/lotus.dockerfile b/scripts/devnet/lotus.dockerfile index 0c4480a9a30..e2f3e325c92 100644 --- a/scripts/devnet/lotus.dockerfile +++ b/scripts/devnet/lotus.dockerfile @@ -6,8 +6,7 @@ RUN apt-get update && apt-get install -y ca-certificates build-essential clang o WORKDIR /lotus # Use a specific commit of Lotus to support NV21 Watermelon. -RUN git clone --single-branch --branch feat/nv21 https://github.com/filecoin-project/lotus.git . && \ - git checkout d498036 +RUN git clone --depth 1 --branch v1.24.0-rc2 https://github.com/filecoin-project/lotus.git . # Update the schedules to have the migration faster than it is by default. COPY update-schedules.diff .