build: Update qemu-docker to v4.25

This commit is contained in:
Kroese 2024-04-25 14:39:59 +02:00 committed by GitHub
parent 6bf3a507db
commit b454266b1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM scratch
COPY --from=qemux/qemu-docker:4.24 / /
COPY --from=qemux/qemu-docker:4.25 / /
ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"