update container version to v31

This version adds musl-tools package
which is required for rust-vmm/vhost#218
to compile userfaultfd crate for musl target.

Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
This commit is contained in:
Egor Lazarchuk
2024-01-03 10:13:06 +00:00
committed by Jonathan Woollett-Light
parent 0100de0f57
commit cd1e502a6e

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