From 09aef997d82ab55022ee20a7962372209ce0c9a8 Mon Sep 17 00:00:00 2001 From: Egor Lazarchuk Date: Tue, 10 Dec 2024 09:44:06 +0000 Subject: [PATCH] chore: update container version to v48 Signed-off-by: Egor Lazarchuk --- .buildkite/autogenerate_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/autogenerate_pipeline.py b/.buildkite/autogenerate_pipeline.py index 1d908de..4ebe7ea 100755 --- a/.buildkite/autogenerate_pipeline.py +++ b/.buildkite/autogenerate_pipeline.py @@ -60,7 +60,7 @@ from textwrap import dedent # This represents the version of the rust-vmm-container used # for running the tests. -CONTAINER_VERSION = "v47" +CONTAINER_VERSION = "v48" # The suffix suggests that the dev image with `v{N}-riscv` tag is not to be # confused with real `riscv64` image (it's actually a `x86_64` image with # `qemu-system-riscv64` installed), since AWS yet has `riscv64` machines