chore(deps): update qemux/qemu docker tag to v7.13 (#298)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-09-17 18:27:20 +02:00 committed by GitHub
parent 7d85112d12
commit 0cd494674c
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.12 / /
COPY --from=qemux/qemu:7.13 / /
ARG VERSION_ARG="0.0"
ARG VERSION_KVM_OPENCORE="v21"