Update container version to 24

v24 contains the rust-src component which miri requires.

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
This commit is contained in:
Patrick Roy
2023-05-23 09:09:18 +01:00
committed by Andreea Florescu
parent 589b6b1414
commit 285971e8c7

View File

@@ -60,7 +60,7 @@ from textwrap import dedent
# 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"