diff --git a/.devcontainer.json b/.devcontainer.json index 7c7b31f..14d70b4 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "windows", "service": "windows", - "forwardPorts": ["8006"], + "forwardPorts": [8006], "dockerComposeFile": "compose.yml" } diff --git a/Dockerfile b/Dockerfile index 1ec8dfd..3de0ba0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM scratch -COPY --from=qemux/qemu-arm:3.07 / / +COPY --from=qemux/qemu-arm:3.08 / / ARG VERSION_ARG="0.00" ARG DEBCONF_NOWARNINGS="yes"