From aaa0cdffda50ee215fb7e405fcb7d1634e689ac3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 1 Sep 2026 19:00:08 +0200 Subject: [PATCH] build: Update VirtIO drivers to v1.9.61 (#2204) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd2463e0..99d194fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY --from=qemux/qemu:7.49 --exclude=usr/bin/qemu-system-x86_64 / / ARG TARGETARCH ARG VERSION_WSDD="1.27" -ARG VERSION_VIRTIO="1.9.60" +ARG VERSION_VIRTIO="1.9.6" ARG VERSION_BLINTER="1.0.112" ARG DEBCONF_NOWARNINGS="yes"