Skip to content

Commit 874bfa1

Browse files
authored
feat: Add devcontainer (#218)
1 parent 6d65c6c commit 874bfa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "macos",
33
"service": "macos",
4-
"forwardPorts": ["8006"],
4+
"forwardPorts": [8006],
55
"dockerComposeFile": "compose.yml"
66
}

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk --update --no-cache add unzip && \
1010
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*
1111

1212
FROM scratch AS runner
13-
COPY --from=qemux/qemu:7.01 / /
13+
COPY --from=qemux/qemu:7.02 / /
1414

1515
ARG VERSION_ARG="0.0"
1616
ARG VERSION_KVM_OPENCORE="v21"

0 commit comments

Comments
 (0)