Update Dockerfile

This commit is contained in:
Kroese 2024-05-04 23:11:15 +02:00 committed by GitHub
parent c744761cf3
commit 5c996399cf
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.01 / /
COPY --from=qemux/qemu-docker:5.02 / /
ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"