mirror of
https://github.com/dockur/windows.git
synced 2025-11-04 14:16:26 +00:00
build: Update QEMU base image to v7.26
This commit is contained in:
parent
4cb7e1074f
commit
2eb3425edc
@ -3,7 +3,7 @@
|
|||||||
ARG VERSION_ARG="latest"
|
ARG VERSION_ARG="latest"
|
||||||
FROM scratch AS build-amd64
|
FROM scratch AS build-amd64
|
||||||
|
|
||||||
COPY --from=qemux/qemu:7.25 / /
|
COPY --from=qemux/qemu:7.26 / /
|
||||||
|
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
ARG DEBCONF_NOWARNINGS="yes"
|
ARG DEBCONF_NOWARNINGS="yes"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user