build: Update QEMU base image to v7.15 (#303)

Updated QEMU base image version from 7.14 to 7.15.
This commit is contained in:
Kroese 2025-09-21 04:47:39 +02:00 committed by GitHub
parent a737399811
commit 08ac3ab823
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.14 / /
COPY --from=qemux/qemu:7.15 / /
ARG VERSION_ARG="0.0"
ARG VERSION_KVM_OPENCORE="v21"