summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorDaniel Verkamp <dverkamp@chromium.org>2019-07-29 10:30:20 -0700
committerCommit Bot <commit-bot@chromium.org>2019-07-30 05:35:31 +0000
commita08e40bf8130ebf215ca4b0724410bd0c964bc41 (patch)
treee144174ae142689c90d2210f8fdf39293e9455ae /docker
parentfb32e98f862771388688f0fd678e004a84df1d7d (diff)
downloadcrosvm-a08e40bf8130ebf215ca4b0724410bd0c964bc41.tar
crosvm-a08e40bf8130ebf215ca4b0724410bd0c964bc41.tar.gz
crosvm-a08e40bf8130ebf215ca4b0724410bd0c964bc41.tar.bz2
crosvm-a08e40bf8130ebf215ca4b0724410bd0c964bc41.tar.lz
crosvm-a08e40bf8130ebf215ca4b0724410bd0c964bc41.tar.xz
crosvm-a08e40bf8130ebf215ca4b0724410bd0c964bc41.tar.zst
crosvm-a08e40bf8130ebf215ca4b0724410bd0c964bc41.zip
rust-toolchain: upgrade to Rust 1.36.0
Update the rust-toolchain file and Docker image used in kokoro to match
the Chrome OS toolchain.

BUG=None
TEST=docker/wrapped_smoke_test.sh

Change-Id: I95cbf9bcaadd49b8476f2829bc75958dbea304e3
Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1724850
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Zach Reizner <zachr@chromium.org>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index dea2fc4..7d4d915 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y \
 ENV RUSTUP_HOME=/usr/local/rustup \
     CARGO_HOME=/usr/local/cargo \
     PATH=/usr/local/cargo/bin:$PATH \
-    RUST_VERSION=1.35.0 \
+    RUST_VERSION=1.36.0 \
     RUSTFLAGS='--cfg hermetic'
 
 # Debian usually has an old rust version in the repository. Instead of using that, we use rustup to