We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec48098 + cb18101 commit bce5ee6Copy full SHA for bce5ee6
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.6 AS builder_mainnet
+FROM golang:1.23.7 AS builder_mainnet
2
3
RUN apt update
4
RUN apt upgrade -y
@@ -7,7 +7,7 @@ RUN apt install -y git ssh wget
7
8
WORKDIR /build
9
10
-RUN git clone --depth 1 --branch v1.31.1 -v --progress https://github.com/filecoin-project/lotus.git .
+RUN git clone --depth 1 --branch v1.33.0 -v --progress https://github.com/filecoin-project/lotus.git .
11
12
SHELL ["/bin/bash", "-c"]
13
RUN wget https://sh.rustup.rs -O rustup-init
@@ -17,7 +17,7 @@ RUN make clean all
17
RUN make install
18
19
20
-FROM golang:1.23.6
+FROM golang:1.23.7
21
22
COPY --from=builder_mainnet /usr/local/bin /usr/local/bin
23
RUN adduser --disabled-password --gecos "" --uid 1000 service
0 commit comments