File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11# Lotus binaries image, to be used in the local devnet with Forest.
2- FROM golang:1.22 -bookworm AS lotus-builder
2+ FROM golang:1.23 -bookworm AS lotus-builder
33SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
44
55RUN apt-get update && \
@@ -13,8 +13,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --profile mini
1313
1414ENV PATH="/root/.cargo/bin:${PATH}"
1515
16- # FIP-0097 support
17- RUN git clone --depth 1 https://github.com/filecoin-project/lotus.git . && git reset --hard a526c48
16+ RUN git clone --depth 1 https://github.com/filecoin-project/lotus.git . && git reset --hard 3d0018c
1817
1918# https://github.com/Filecoin-project/filecoin-ffi?tab=readme-ov-file#building-from-source
2019RUN CGO_CFLAGS_ALLOW="-D__BLST_PORTABLE__" \
You can’t perform that action at this time.
0 commit comments