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