diff --git a/.devcontainer.json b/.devcontainer.json index 2437f3e..85d8a07 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "macos", "service": "macos", - "forwardPorts": ["8006"], + "forwardPorts": [8006], "dockerComposeFile": "compose.yml" } diff --git a/Dockerfile b/Dockerfile index 365b085..10136a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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:7.01 / / +COPY --from=qemux/qemu:7.02 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21"