From 5c26b95ee4c67c7047ae9c27c1f9255dd06c83ab Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 21 Oct 2025 23:19:57 +0200 Subject: [PATCH] build: Update QEMU base image to v7.27 (#362) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74396aa..17c72a4 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.26 / / +COPY --from=qemux/qemu:7.27 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"