update container version to v34

This version adds fixes needed for musl-tools
package to properly find linux headers.
More info in https://github.com/rust-vmm/rust-vmm-container/pull/99
and https://github.com/rust-vmm/rust-vmm-container/pull/100

Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
This commit is contained in:
Egor Lazarchuk
2024-01-08 10:41:25 +00:00
committed by Jonathan Woollett-Light
parent b31e811bb4
commit 72ebeb393c

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