Update Dockerfile

This commit is contained in:
Kroese 2024-05-04 18:42:58 +02:00 committed by GitHub
parent 5d622786a4
commit 3976c57f8e
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.18 / /
COPY --from=qemux/qemu-arm:1.19 / /
ARG DEBCONF_NOWARNINGS "yes"
ARG DEBIAN_FRONTEND "noninteractive"