From d216a46879096a4f1e83af3a7b6c90c26e1a688d Mon Sep 17 00:00:00 2001 From: Sergii Glushchenko Date: Fri, 21 Jan 2022 14:08:23 +0100 Subject: [PATCH] Update to rustvmm/dev:v15 with Rust 1.58.1 Signed-off-by: Sergii Glushchenko --- .buildkite/autogenerate_pipeline.py | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/autogenerate_pipeline.py b/.buildkite/autogenerate_pipeline.py index 129b0ce..cf33ffe 100755 --- a/.buildkite/autogenerate_pipeline.py +++ b/.buildkite/autogenerate_pipeline.py @@ -60,7 +60,7 @@ from textwrap import dedent # This represents the version of the rust-vmm-container used # for running the tests. -CONTAINER_VERSION = "v14" +CONTAINER_VERSION = "v15" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v3.8.0" diff --git a/README.md b/README.md index 43e2395..c5b2683 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ steps: platform: x86_64.metal plugins: - docker#v3.8.0: - image: rustvmm/dev:v13 + image: rustvmm/dev:v15 always-pull: true timeout_in_minutes: 5 ``` @@ -253,7 +253,7 @@ steps: platform: arm.metal plugins: - docker#v3.8.0: - image: rustvmm/dev:v13 + image: rustvmm/dev:v15 always-pull: true ```