From 5430dd28b6537103b14c4250f538d1dca451ca55 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 15 Mar 2019 08:55:00 -0700 Subject: [PATCH] Update docker-rust to 1.33 --- 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 be6815fa1f..0556dd7a4a 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.32.0 +FROM rust:1.33.0 RUN set -x \ && apt update \