From 874bfa197bfb62e0fa57e90ff80ea7740c53501b Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 19 Mar 2025 09:18:35 +0100 Subject: [PATCH] feat: Add devcontainer (#218) --- .devcontainer.json | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"