build: Update qemu-docker to v4.26

This commit is contained in:
Kroese 2024-04-27 18:34:54 +02:00 committed by GitHub
parent e77681b9f0
commit f790ac2880
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-docker:4.25 / /
COPY --from=qemux/qemu-docker:4.26 / /
ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"