Loading .devcontainer.json +1 −1 Original line number Diff line number Diff line { "name": "windows", "service": "windows", "forwardPorts": ["8006"], "forwardPorts": [8006], "dockerComposeFile": "compose.yml" } Dockerfile +1 −1 Original line number Diff line number Diff line ARG VERSION_ARG="latest" FROM scratch AS build-amd64 COPY --from=qemux/qemu:7.01 / / COPY --from=qemux/qemu:7.02 / / ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND="noninteractive" Loading Loading
.devcontainer.json +1 −1 Original line number Diff line number Diff line { "name": "windows", "service": "windows", "forwardPorts": ["8006"], "forwardPorts": [8006], "dockerComposeFile": "compose.yml" }
Dockerfile +1 −1 Original line number Diff line number Diff line ARG VERSION_ARG="latest" FROM scratch AS build-amd64 COPY --from=qemux/qemu:7.01 / / COPY --from=qemux/qemu:7.02 / / ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND="noninteractive" Loading