From 211601d12b29f091f010e51fb43e9b7c6caa9db0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 18:02:33 +0200 Subject: [PATCH] build: Update QEMU base image to v7.26 (#358) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae36a24..74396aa 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.25 / / +COPY --from=qemux/qemu:7.26 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"