Use v14 container image with Rust 1.54

Signed-off-by: Sergii Glushchenko <gsserge@amazon.com>
This commit is contained in:
Sergey Glushchenko
2022-01-18 15:18:58 +01:00
committed by GitHub
parent b6858b232d
commit 1cf0186f70

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 = "v13"
CONTAINER_VERSION = "v14"
# This represents the version of the Buildkite Docker plugin.
DOCKER_PLUGIN_VERSION = "v3.8.0"