build: Update qemu-docker to v6.07

This commit is contained in:
Kroese 2024-11-13 01:09:46 +01:00 committed by GitHub
parent c848dfc0e8
commit 2ae63828c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
ARG VERSION_ARG="4.00"
FROM scratch AS build-amd64
COPY --from=qemux/qemu-docker:6.06 / /
COPY --from=qemux/qemu-docker:6.07 / /
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"