mirror of
https://github.com/dockur/windows.git
synced 2025-12-15 19:53:05 +00:00
build: Update QEMU base image to v7.29 (#1583)
Some checks failed
Update / dockerHubDescription (push) Has been cancelled
Some checks failed
Update / dockerHubDescription (push) Has been cancelled
This commit is contained in:
parent
ea03c67a04
commit
c7aac1edcf
@ -3,7 +3,7 @@
|
||||
ARG VERSION_ARG="latest"
|
||||
FROM scratch AS build-amd64
|
||||
|
||||
COPY --from=qemux/qemu:7.28 / /
|
||||
COPY --from=qemux/qemu:7.29 / /
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG DEBCONF_NOWARNINGS="yes"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user