From 876b858c695175065ade29d6403a07f5008e21b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 21:56:19 +0100 Subject: [PATCH] build: Update qemu-docker to v6.21 (#205) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e4ae97..d4a9f1b 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.20 / / +COPY --from=qemux/qemu:6.21 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"