From e0a357091d33ba3028033efaef06a369812beea5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 14 Apr 2025 21:04:15 +0200 Subject: [PATCH] build: Update qemu-docker to v7.11 (#246) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f984a81..69b6164 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,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.10 / / +COPY --from=qemux/qemu:7.11 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"