build: Update qemu-arm to v1.07

This commit is contained in:
Kroese 2024-03-25 14:03:23 +01:00 committed by GitHub
parent 500792ebe9
commit 13c81f1955
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
FROM scratch
COPY --from=qemux/qemu-arm:1.06 / /
COPY --from=qemux/qemu-arm:1.07 / /
ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"