Skip to content

Commit

Permalink
rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
tuminfei committed Jun 30, 2021
1 parent acf6954 commit b505204
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN apt-get update && \
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
# && \
RUN rustup uninstall stable && \
rustup install 1.54.0 && \
rustup install 1.53.0 && \
rustup default 1.53.0-x86_64-unknown-linux-gnu && \
rustup toolchain install $RUST_TOOLCHAIN && \
rustup target add wasm32-unknown-unknown --toolchain $RUST_TOOLCHAIN && \
rustup default $RUST_TOOLCHAIN
Expand Down

0 comments on commit b505204

Please sign in to comment.