mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
build: Update qemu-docker to v6.01 (#73)
This commit is contained in:
parent
cffe7321eb
commit
8c6314b5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ RUN gzip -d /tmp/opencore.iso.gz && \
|
||||||
rm -rf /tmp/*
|
rm -rf /tmp/*
|
||||||
|
|
||||||
FROM scratch AS runner
|
FROM scratch AS runner
|
||||||
COPY --from=qemux/qemu-docker:6.00 / /
|
COPY --from=qemux/qemu-docker:6.01 / /
|
||||||
|
|
||||||
ARG VERSION_ARG="0.0"
|
ARG VERSION_ARG="0.0"
|
||||||
ARG VERSION_OPENCORE="1.0.0"
|
ARG VERSION_OPENCORE="1.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue