From 5b4d4b97bc634c4b2be26f7f465faf33ba658035 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Mon, 15 Oct 2018 09:04:57 -0600 Subject: [PATCH] Upgrade to latest stable Rust, 1.29.2 --- ci/docker-rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker-rust/Dockerfile b/ci/docker-rust/Dockerfile index 3a52184236..2232b64604 100644 --- a/ci/docker-rust/Dockerfile +++ b/ci/docker-rust/Dockerfile @@ -1,6 +1,6 @@ # Note: when the rust version is changed also modify # ci/buildkite.yml to pick up the new image tag -FROM rust:1.29.1 +FROM rust:1.29.2 RUN set -x && \ apt update && \