build: Update qemu-docker to v6.20 (#201)

This commit is contained in:
Kroese 2025-03-04 15:46:45 +01:00 committed by GitHub
parent 90e5afd771
commit 5ccb6fde73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ RUN apk --update --no-cache add unzip && \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*
FROM scratch AS runner
COPY --from=qemux/qemu:6.19 / /
COPY --from=qemux/qemu:6.20 / /
ARG VERSION_ARG="0.0"
ARG VERSION_KVM_OPENCORE="v21"