From 6bd43eef7ee527beb9c8164f8917a335918064fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:05:59 +0000 Subject: [PATCH] chore(deps): update qemux/qemu docker tag to v7.28 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17c72a4..67cc810 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.27 / / +COPY --from=qemux/qemu:7.28 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"