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 7e7252f commit 16c59e7Copy full SHA for 16c59e7
Dockerfile-localnet
@@ -26,7 +26,8 @@ WORKDIR /build
26
# Install Rust
27
RUN set -o pipefail && curl https://sh.rustup.rs -sSf | sh -s -- -y
28
ENV PATH="/root/.cargo/bin:${PATH}"
29
-RUN rustup toolchain install
+RUN rustup toolchain install 1.88.0
30
+RUN rustup default 1.88.0''
31
RUN rustup target add wasm32v1-none
32
33
## Build fast-runtime node
0 commit comments