From 0beb66692d86d59aa77386404036d9796ff93da5 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Fri, 19 May 2023 16:09:03 +0100 Subject: [PATCH] Update container version to v23 This version contains an updated rust toolchain (1.68.2 -> 1.69.0), as well as the miri component for the nightly toolchain. 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 527a12a..666ea44 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 = "v22" +CONTAINER_VERSION = "v23" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v5.3.0"