build: Update qemu-docker to v6.20

This commit is contained in:
Kroese 2025-03-04 15:40:49 +01:00 committed by GitHub
parent 4cbffd0679
commit 633c905f15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:6.19 / /
COPY --from=qemux/qemu:6.20 / /
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"