From 9288c856e4f385a0caaeff914d83983c1ba64059 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 12 Nov 2025 07:07:54 +0100 Subject: [PATCH] build: Update QEMU base image to v7.28 (#372) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17c72a4..67cc810 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk --update --no-cache add unzip && \ rm -rf /tmp/* /var/tmp/* /var/cache/apk/* FROM scratch AS runner -COPY --from=qemux/qemu:7.27 / / +COPY --from=qemux/qemu:7.28 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"