Skip to content

Commit 77234e8

Browse files
authored
chore(ci): update lotus devnet dockerfile (#5432)
1 parent e8d1fcd commit 77234e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/devnet/lotus.dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44

55
RUN apt-get update && \
@@ -13,8 +13,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --profile mini
1313

1414
ENV 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
2019
RUN CGO_CFLAGS_ALLOW="-D__BLST_PORTABLE__" \

0 commit comments

Comments
 (0)