From b3ed1c92532c1e590df08c3732a3643c037dd055 Mon Sep 17 00:00:00 2001 From: Andreea Florescu Date: Fri, 26 Aug 2022 11:17:30 +0300 Subject: [PATCH] update to container version 16 This version adds some tooling for fuzzing and updated to Rust 1.63.0. Signed-off-by: Andreea Florescu --- .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 cf33ffe..76c2fe3 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 = "v15" +CONTAINER_VERSION = "v16" # This represents the version of the Buildkite Docker plugin. DOCKER_PLUGIN_VERSION = "v3.8.0"