chore(deps): update qemux/qemu docker tag to v7.18 (#318)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-09-30 00:47:56 +02:00 committed by GitHub
parent 4e804a1ef9
commit 05dad712f3
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.17 / /
COPY --from=qemux/qemu:7.18 / /
ARG VERSION_ARG="0.0"
ARG VERSION_KVM_OPENCORE="v21"