build: Update qemu-docker to v6.02 (#77)

This commit is contained in:
Kroese 2024-09-27 14:44:18 +02:00 committed by GitHub
parent 8c6314b5ab
commit 55ecf49757
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ RUN gzip -d /tmp/opencore.iso.gz && \
rm -rf /tmp/*
FROM scratch AS runner
COPY --from=qemux/qemu-docker:6.01 / /
COPY --from=qemux/qemu-docker:6.02 / /
ARG VERSION_ARG="0.0"
ARG VERSION_OPENCORE="1.0.0"