Skip to content

Commit ec48098

Browse files
authored
Merge pull request #11 from chainstack/feature/v1.31.1
v1.31.1
2 parents 2665cb9 + e6594fb commit ec48098

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.7 AS builder_mainnet
1+
FROM golang:1.23.6 AS builder_mainnet
22

33
RUN apt update
44
RUN apt upgrade -y
@@ -7,7 +7,7 @@ RUN apt install -y git ssh wget
77

88
WORKDIR /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

1212
SHELL ["/bin/bash", "-c"]
1313
RUN wget https://sh.rustup.rs -O rustup-init
@@ -17,7 +17,7 @@ RUN make clean all
1717
RUN make install
1818

1919

20-
FROM golang:1.20.7
20+
FROM golang:1.23.6
2121

2222
COPY --from=builder_mainnet /usr/local/bin /usr/local/bin
2323
RUN adduser --disabled-password --gecos "" --uid 1000 service

0 commit comments

Comments
 (0)