From 215832905807c64a556e9aeb1efcea026558e69d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 30 Jul 2018 15:58:57 -0700 Subject: [PATCH] Switch to docker-rust image --- ci/buildkite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 3678de6b37..807189c6bc 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -1,5 +1,5 @@ steps: - - command: "ci/docker-run.sh rust ci/test-stable.sh" + - command: "ci/docker-run.sh solanalabs/rust ci/test-stable.sh" name: "stable [public]" env: CARGO_TARGET_CACHE_NAME: "stable"