Skip to content

Commit a3c6c96

Browse files
authored
Merge pull request #1 from chainstack/SozinM-patch-1
Update version to v1.20.0-hyperpsace-0119
2 parents 2e27a21 + 34f5285 commit a3c6c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt install -y git ssh wget
77

88
WORKDIR /build
99

10-
RUN git clone --branch v1.20.0-hyperspace-nv19 -v --progress https://github.com/filecoin-project/lotus.git .
10+
RUN git clone --branch v1.20.0-hyperpsace-0119 -v --progress https://github.com/filecoin-project/lotus.git .
1111

1212
RUN wget https://sh.rustup.rs
1313
RUN mv index.html rustup-init
@@ -25,4 +25,4 @@ WORKDIR /home/service
2525
RUN apt update && apt install libhwloc-dev -y
2626
USER service
2727

28-
ENTRYPOINT ["lotus", "daemon"]
28+
ENTRYPOINT ["lotus", "daemon"]

0 commit comments

Comments
 (0)