update container version to v45

This version includes a fix [1] on network problem of riscv64 QEMU VM.

[1] rust-vmm/rust-vmm-container#116

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He
2024-09-06 16:11:00 +08:00
committed by Stefano Garzarella
parent 752ad1322a
commit 55ee075f85

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 = "v44"
CONTAINER_VERSION = "v45"
# 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