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"