chore(deps): update qemux/qemu-docker docker tag to v6.10 (#141)
Some checks failed
Build / Test (push) Has been cancelled
Build / Build (push) Has been cancelled

This commit is contained in:
renovate[bot] 2024-11-26 21:02:27 +01:00 committed by GitHub
parent e0c84427f8
commit 01e809c0aa
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.09 / /
COPY --from=qemux/qemu-docker:6.10 / /
ARG VERSION_ARG="0.0"
ARG VERSION_KVM_OPENCORE="v21"