We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d65c6c commit 874bfa1Copy full SHA for 874bfa1
.devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "macos",
3
"service": "macos",
4
- "forwardPorts": ["8006"],
+ "forwardPorts": [8006],
5
"dockerComposeFile": "compose.yml"
6
}
Dockerfile
@@ -10,7 +10,7 @@ RUN apk --update --no-cache add unzip && \
10
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*
11
12
FROM scratch AS runner
13
-COPY --from=qemux/qemu:7.01 / /
+COPY --from=qemux/qemu:7.02 / /
14
15
ARG VERSION_ARG="0.0"
16
ARG VERSION_KVM_OPENCORE="v21"
0 commit comments