From e0b057b8dc12c6f0d821a9f67d3f4c0de0ca6c46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:34:43 +0000 Subject: [PATCH] chore(deps): update qemux/qemu-docker docker tag to v6.09 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75ca86e..dba5108 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-docker:6.08 / / +COPY --from=qemux/qemu-docker:6.09 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"