From d023262164ef8766ac2b0be33de13ef52b8706a1 Mon Sep 17 00:00:00 2001 From: Sergey Glushchenko Date: Tue, 18 Jan 2022 15:18:58 +0100 Subject: [PATCH] Use v14 container image with Rust 1.54 Signed-off-by: Sergii Glushchenko --- .buildkite/autogenerate_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/autogenerate_pipeline.py b/.buildkite/autogenerate_pipeline.py index 733b8c1..129b0ce 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 = "v13" +CONTAINER_VERSION = "v14" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v3.8.0"