From 285971e8c716512d6e35ac47a009a49fc3c75660 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Tue, 23 May 2023 09:09:18 +0100 Subject: [PATCH] Update container version to 24 v24 contains the rust-src component which miri requires. 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 666ea44..83fe5b1 100755 --- a/.buildkite/autogenerate_pipeline.py +++ b/.buildkite/autogenerate_pipeline.py @@ -60,7 +60,7 @@ # This represents the version of the rust-vmm-container used # for running the tests. -CONTAINER_VERSION = "v23" +CONTAINER_VERSION = "v24" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"