From ed2a6fecc008a2c7f8b35cfb7863f7c8c6952fb8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 8 Apr 2025 07:55:03 +0200 Subject: [PATCH] build: Update qemu-docker to v7.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c462d3e6..f984a812 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.08 / / +COPY --from=qemux/qemu:7.10 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"