Update docker-rust to 1.33

This commit is contained in:
Michael Vines 2019-03-15 08:55:00 -07:00 committed by Grimes
parent e9d687329b
commit 5430dd28b6
1 changed files with 1 additions and 1 deletions

View File

@ -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 \