build: Update qemu-arm to v2.20

This commit is contained in:
Kroese 2024-11-13 00:50:50 +01:00 committed by GitHub
parent ee6ba7a32b
commit 118a03ac7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
FROM scratch
COPY --from=qemux/qemu-arm:2.19 / /
COPY --from=qemux/qemu-arm:2.20 / /
ARG VERSION_ARG="0.0"
ARG VERSION_ARG="4.00"
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"
ARG DEBCONF_NONINTERACTIVE_SEEN="true"