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 \