1
0
mirror of https://github.com/dockur/windows.git synced 2026-07-27 21:42:36 +07:00

build: Update QEMU base image to v7.40 (#1958)

This commit is contained in:
Kroese
2026-07-25 06:15:24 +02:00
committed by GitHub
parent 6bdfb06827
commit 66d51a23c6
+1 -1
View File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.39 / /
COPY --from=qemux/qemu:7.40 / /
ARG TARGETARCH
ARG VERSION_WSDD="1.26"