From 44be8f5869e0101259423eb2af7ba7f8b57a8371 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 11:05:54 +0100 Subject: [PATCH] chore(deps): update qemux/qemu-docker docker tag to v6.15 (#188) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3293733..ccecdd5 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.14 / / +COPY --from=qemux/qemu-docker:6.15 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"