mirror of
https://github.com/dockur/windows.git
synced 2026-09-13 13:28:51 +01:00
build: Update QEMU base image to v7.50 (#2208)
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
ARG VERSION_ARG="latest"
|
||||
FROM scratch AS build-amd64
|
||||
|
||||
COPY --from=qemux/qemu:7.49 --exclude=usr/bin/qemu-system-x86_64 / /
|
||||
COPY --from=qemux/qemu:7.50 --exclude=usr/bin/qemu-system-x86_64 / /
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user