Skip to content

Commit 16c59e7

Browse files
author
Roman
committed
set toolchain version
1 parent 7e7252f commit 16c59e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile-localnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ WORKDIR /build
2626
# Install Rust
2727
RUN set -o pipefail && curl https://sh.rustup.rs -sSf | sh -s -- -y
2828
ENV PATH="/root/.cargo/bin:${PATH}"
29-
RUN rustup toolchain install
29+
RUN rustup toolchain install 1.88.0
30+
RUN rustup default 1.88.0''
3031
RUN rustup target add wasm32v1-none
3132

3233
## Build fast-runtime node

0 commit comments

Comments
 (0)