We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb01496 commit 1fbd289Copy full SHA for 1fbd289
Dockerfile
@@ -7,7 +7,7 @@ RUN apt install -y git ssh wget
7
8
WORKDIR /build
9
10
-RUN git clone --depth 1 --branch v1.20.3 -v --progress https://github.com/filecoin-project/lotus.git .
+RUN git clone --depth 1 --branch v1.20.3-rpc-p01 -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
@@ -26,3 +26,4 @@ RUN apt update && apt install libhwloc-dev -y
26
USER service
27
28
ENTRYPOINT ["lotus", "daemon"]
29
+
0 commit comments