diff --git a/Containers/Ubuntu-22/Dockerfile b/Containers/Ubuntu-22/Dockerfile index 83aaa372..c1012870 100644 --- a/Containers/Ubuntu-22/Dockerfile +++ b/Containers/Ubuntu-22/Dockerfile @@ -188,7 +188,7 @@ RUN update-alternatives \ FROM build AS test ARG QEMU_URL="https://gitlab.com/qemu-project/qemu.git" -ARG QEMU_BRANCH="v9.0.0" +ARG QEMU_BRANCH="v10.0.0" RUN apt-get update && apt-get install --yes --no-install-recommends \ autoconf \ diff --git a/Containers/Ubuntu-24/Dockerfile b/Containers/Ubuntu-24/Dockerfile index f1d36e1c..7fa71e99 100644 --- a/Containers/Ubuntu-24/Dockerfile +++ b/Containers/Ubuntu-24/Dockerfile @@ -186,7 +186,7 @@ RUN update-alternatives \ FROM build AS test ARG QEMU_URL="https://gitlab.com/qemu-project/qemu.git" -ARG QEMU_BRANCH="v9.0.0" +ARG QEMU_BRANCH="v10.0.0" RUN apt-get update && apt-get install --yes --no-install-recommends \ autoconf \