From 2148c043a05bb9a16d91372b5b0df70e96224787 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Wed, 30 Aug 2023 12:04:06 +0100 Subject: [PATCH] Update container version to 26 Signed-off-by: Patrick Roy --- .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 50216a0..89077ad 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 = "v24" +CONTAINER_VERSION = "v26" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"