Update container version to 26

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
This commit is contained in:
Patrick Roy
2023-08-30 12:04:06 +01:00
committed by Patrick Roy
parent 412ecd55f0
commit 2148c043a0

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 = "v24"
CONTAINER_VERSION = "v26"
# This represents the version of the Buildkite Docker plugin.
DOCKER_PLUGIN_VERSION = "v5.3.0"