Skip to content

Commit bce5ee6

Browse files
authored
Merge pull request #12 from chainstack/feature/v1.33.0
upgrade(fvm-mainnet-docker)v1.33.0
2 parents ec48098 + cb18101 commit bce5ee6

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.23.6 AS builder_mainnet
1+
FROM golang:1.23.7 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.31.1 -v --progress https://github.com/filecoin-project/lotus.git .
10+
RUN git clone --depth 1 --branch v1.33.0 -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.23.6
20+
FROM golang:1.23.7
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)