diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 6e3e45eaa9..fc5bbcb1a6 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -1,5 +1,5 @@ steps: - - command: "ci/docker-run.sh solanalabs/rust:1.30.0 ci/test-stable.sh" + - command: "ci/docker-run.sh solanalabs/rust:1.30.1 ci/test-stable.sh" name: "stable [public]" env: CARGO_TARGET_CACHE_NAME: "stable" diff --git a/ci/docker-rust/Dockerfile b/ci/docker-rust/Dockerfile index 3d4f434c9e..b3f6d09311 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.30.0 +FROM rust:1.30.1 RUN set -x && \ apt update && \