From c600fb466f9d55e441baba69182ac5525fdd3949 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 08:43:52 +0000 Subject: [PATCH] chore(deps): update qemux/qemu-helios docker tag to v11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8107a204..7aa0709a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ EOF COPY --chmod=755 ./src /run/ COPY --chmod=755 ./assets /run/assets COPY --from=qemux/udfread:1.2.0 /udfread /usr/bin/ -COPY --from=qemux/qemu-helios:1.0.0 /usr/bin/qemu-system-x86_64 /usr/bin/ +COPY --from=qemux/qemu-helios:11.1.0 /usr/bin/qemu-system-x86_64 /usr/bin/ ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v${VERSION_VIRTIO}-0/virtio-win-${VERSION_VIRTIO}.tar.xz /var/drivers.txz