Skip to content

Commit

Permalink
Use rust version from rust-toolchain.toml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
saks authored and rfk committed May 26, 2021
1 parent b1c516d commit ed962e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile-build
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ RUN sudo apt-get update -qq \

RUN rustup update \
# This specific version of Rust is required for compatibility with mozilla-central
&& rustup install 1.50.0 \
&& rustup default 1.50.0
&& rustup install 1.47.0 \
&& rustup default 1.47.0

RUN mkdir -p /tmp/setup-swift \
&& cd /tmp/setup-swift \
Expand Down

0 comments on commit ed962e8

Please sign in to comment.