build: Update qemu-docker to v5.01

This commit is contained in:
Kroese 2024-05-04 15:44:10 +02:00 committed by GitHub
parent 3fc60b1da7
commit 37f400a49b
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:5.00 / /
COPY --from=qemux/qemu-docker:5.01 / /
ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"