Skip to content

Commit

Permalink
docker: virtme: switch to v1.27
Browse files Browse the repository at this point in the history
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) <[email protected]>
  • Loading branch information
matttbe committed Jul 31, 2024
1 parent 14ecfd5 commit 162b9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 162b9e0

Please sign in to comment.