chore(deps): update qemux/qemu docker tag to v7.20 (#327)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-10-03 05:42:16 +02:00 committed by GitHub
parent edaa2d2bfc
commit 9d19aeeaf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.19 / /
COPY --from=qemux/qemu:7.20 / /
ARG VERSION_ARG="0.0"
ARG VERSION_KVM_OPENCORE="v21"