build: Update qemu-docker to v6.17 (#196)
Some checks are pending
Build / Test (push) Waiting to run
Build / Build (push) Blocked by required conditions

This commit is contained in:
Kroese 2025-02-25 06:02:18 +01:00 committed by GitHub
parent 250a09a2ac
commit 8d10ce8f68
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-docker:6.16 / /
COPY --from=qemux/qemu-docker:6.17 / /
ARG VERSION_ARG="0.0"
ARG VERSION_KVM_OPENCORE="v21"