From e94516ebecc3cdc8b19e053e85476da95318deea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 14:09:30 +0100 Subject: [PATCH] build: Update qemu-docker to v6.22 (#206) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4a9f1b..45209c5 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:6.21 / / +COPY --from=qemux/qemu:6.22 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"