update to container version 16

This version adds some tooling for fuzzing and updated to Rust 1.63.0.

Signed-off-by: Andreea Florescu <fandree@amazon.com>
This commit is contained in:
Andreea Florescu
2022-08-26 11:17:30 +03:00
committed by Alexandru Agache
parent 99fe2eb2e0
commit b3ed1c9253
+1 -1
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 = "v15"
CONTAINER_VERSION = "v16"
# This represents the version of the Buildkite Docker plugin.
DOCKER_PLUGIN_VERSION = "v3.8.0"