Skip to content

Commit 1fbd289

Browse files
committed
Checkout from tag v1.20.3-rpc-p01
1 parent bb01496 commit 1fbd289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
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 --depth 1 --branch v1.20.3 -v --progress https://github.com/filecoin-project/lotus.git .
10+
RUN git clone --depth 1 --branch v1.20.3-rpc-p01 -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
@@ -26,3 +26,4 @@ RUN apt update && apt install libhwloc-dev -y
2626
USER service
2727

2828
ENTRYPOINT ["lotus", "daemon"]
29+

0 commit comments

Comments
 (0)