1
0
peilaus alkaen https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

build: Update QEMU base image to v7.30 (#1713)

This commit is contained in:
Kroese
2026-05-10 16:30:16 +02:00
committed by GitHub
vanhempi 173f35d21b
commit 8d50472167
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
+1 -1
Näytä tiedosto
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.29 / /
COPY --from=qemux/qemu:7.30 / /
ARG TARGETARCH
ARG DEBCONF_NOWARNINGS="yes"