From e85b64dfca312f28ab42c6e1a498e1164dc5b5b8 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Tue, 1 Oct 2019 17:09:04 -0700 Subject: [PATCH] Rust to 1.38 --- src/scripts/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/docker/Dockerfile b/src/scripts/docker/Dockerfile index 5934d4c..361d2fe 100644 --- a/src/scripts/docker/Dockerfile +++ b/src/scripts/docker/Dockerfile @@ -45,7 +45,7 @@ RUN cd /opt && \ # Add rust RUN apt install -y gcc-aarch64-linux-gnu -RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.32.0 -y +RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.38.0 -y RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc RUN ~/.cargo/bin/rustup target add x86_64-pc-windows-gnu RUN ~/.cargo/bin/rustup target add aarch64-unknown-linux-gnu