mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
build: Update QEMU base image version to 7.17 (#315)
This commit is contained in:
parent
f9ea2f2781
commit
5b25e4c64d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ RUN apk --update --no-cache add unzip && \
|
|||
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --from=qemux/qemu:7.16 / /
|
||||
COPY --from=qemux/qemu:7.17 / /
|
||||
|
||||
ARG VERSION_ARG="0.0"
|
||||
ARG VERSION_KVM_OPENCORE="v21"
|
||||
|
|
|
|||
Loading…
Reference in a new issue