From 132033171d3ee9c5a7886ca7e44546fb3df804c7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 4 Apr 2025 01:19:27 +0200 Subject: [PATCH] build: Update qemu-docker to v7.08 (#241) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9fc21fa..c462d3e 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.07 / / +COPY --from=qemux/qemu:7.08 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"