build: Update QEMU base image version to 7.19 (#324)

This commit is contained in:
Kroese 2025-10-01 13:16:31 +02:00 committed by GitHub
parent 944d58a982
commit a92a2cb0a0
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.18 / /
COPY --from=qemux/qemu:7.19 / /
ARG VERSION_ARG="0.0"
ARG VERSION_KVM_OPENCORE="v21"