From 162b9e05773221ab8524328f47b0bf9ab42d917c Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Tue, 30 Jul 2024 10:00:35 +0200 Subject: [PATCH] docker: virtme: switch to v1.27 The latest version, we don't need anything in particular from it. Note that it is the same as the v1.26. Signed-off-by: Matthieu Baerts (NGI0) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24e3dab..19901b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,7 @@ RUN cd /opt && \ make install # Virtme NG -ARG VIRTME_NG_VERSION="1.25" +ARG VIRTME_NG_VERSION="1.27" RUN pip3 install --break-system-packages virtme-ng=="${VIRTME_NG_VERSION}" # to quickly shutdown the VM and more