Skip to content

Commit

Permalink
Upgrade rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Aug 19, 2019
1 parent 04d4978 commit e004d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Expand Up @@ -18,8 +18,8 @@ ENV RUSTUP_HOME=/usr/local/rustup \
RUST_VERSION=stable

RUN set -eux; \
curl -sSLf "https://static.rust-lang.org/rustup/archive/1.16.0/x86_64-unknown-linux-gnu/rustup-init" -o rustup-init; \
echo '2d4ddf4e53915a23dda722608ed24e5c3f29ea1688da55aa4e98765fc6223f71 *rustup-init' | sha256sum -c -; \
curl -sSLf "https://static.rust-lang.org/rustup/archive/1.18.3/x86_64-unknown-linux-gnu/rustup-init" -o rustup-init; \
echo 'a46fe67199b7bcbbde2dcbc23ae08db6f29883e260e23899a88b9073effc9076 *rustup-init' | sha256sum -c -; \
chmod +x rustup-init; \
./rustup-init -y --no-modify-path --default-toolchain "$RUST_VERSION"; \
rm -f rustup-init; \
Expand Down

0 comments on commit e004d77

Please sign in to comment.