chore: Update container version to g492a130

We bumped our `RUST_TOOLCHAIN` from 1.83.0 to 1.85.0 in
rust-vmm/rust-vmm-container#129.

Update to g492a130 dev image to apply this change.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He
2025-03-24 17:19:01 +08:00
committed by Patrick Roy
parent 3ea2d3fb2e
commit c3ef897738

View File

@@ -60,7 +60,7 @@ from textwrap import dedent
# This represents the version of the rust-vmm-container used # This represents the version of the rust-vmm-container used
# for running the tests. # for running the tests.
CONTAINER_VERSION = "g82bd1a3" CONTAINER_VERSION = "g492a130"
# The suffix suggests that the dev image with `v{N}-riscv` tag is not to be # 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 # confused with real `riscv64` image (it's actually a `x86_64` image with
# `qemu-system-riscv64` installed), since AWS yet has `riscv64` machines # `qemu-system-riscv64` installed), since AWS yet has `riscv64` machines