build: Update qemu-docker to v6.06

This commit is contained in:
Kroese 2024-10-19 22:40:32 +02:00 committed by GitHub
parent cf08da8c60
commit b5f5608b87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
FROM scratch AS build-amd64
COPY --from=qemux/qemu-docker:6.05 / /
COPY --from=qemux/qemu-docker:6.06 / /
ARG VERSION_ARG="0.0"
ARG DEBCONF_NOWARNINGS="yes"