mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
chore(deps): update qemux/qemu-docker docker tag to v6.09 (#139)
This commit is contained in:
parent
6f833321b3
commit
e0c84427f8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ RUN apk --update --no-cache add unzip && \
|
|||
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --from=qemux/qemu-docker:6.08 / /
|
||||
COPY --from=qemux/qemu-docker:6.09 / /
|
||||
|
||||
ARG VERSION_ARG="0.0"
|
||||
ARG VERSION_KVM_OPENCORE="v21"
|
||||
|
|
|
|||
Loading…
Reference in a new issue