1
0
mirror of https://github.com/dockur/windows.git synced 2025-07-26 06:33:30 +01:00

build: Update qemu-docker to v6.13 ()

This commit is contained in:
Kroese 2025-01-15 23:45:30 +01:00 committed by GitHub
parent d9c7983bb5
commit bca8cb6817
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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