File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.20.7 AS builder_mainnet
1+ FROM golang:1.23.6 AS builder_mainnet
22
33RUN apt update
44RUN apt upgrade -y
@@ -7,7 +7,7 @@ RUN apt install -y git ssh wget
77
88WORKDIR /build
99
10- RUN git clone --depth 1 --branch v1.25.0 -v --progress https://github.com/filecoin-project/lotus.git .
10+ RUN git clone --depth 1 --branch v1.31.1 -v --progress https://github.com/filecoin-project/lotus.git .
1111
1212SHELL ["/bin/bash" , "-c" ]
1313RUN wget https://sh.rustup.rs -O rustup-init
@@ -17,7 +17,7 @@ RUN make clean all
1717RUN make install
1818
1919
20- FROM golang:1.20.7
20+ FROM golang:1.23.6
2121
2222COPY --from=builder_mainnet /usr/local/bin /usr/local/bin
2323RUN adduser --disabled-password --gecos "" --uid 1000 service
You can’t perform that action at this time.
0 commit comments