update container to v17

This new version pulls the latest available Rust version (1.66.1)

Signed-off-by: Andreea Florescu <fandree@amazon.com>
This commit is contained in:
Andreea Florescu
2023-01-11 11:49:54 +01:00
committed by Alexandra Iordache
parent aa33f19d6b
commit 607c775dde

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