Skip to content

Commit 30b96b5

Browse files
committed
docker: virtme: switch to v1.41
The latest version, we don't need anything in particular from it. Link: https://github.com/arighi/virtme-ng/releases/tag/v1.41 Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
1 parent 699b783 commit 30b96b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN cd /opt && \
107107
make install
108108

109109
# Virtme NG
110-
ARG VIRTME_NG_VERSION="1.40"
110+
ARG VIRTME_NG_VERSION="1.41"
111111
RUN pip3 install --break-system-packages virtme-ng=="${VIRTME_NG_VERSION}"
112112

113113
# to quickly shutdown the VM and more

0 commit comments

Comments
 (0)