Forráskód Böngészése

feat: Add devcontainer (#1134)

Kroese 3 hónapja
szülő
commit
e5e71f67fa
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      .devcontainer.json
  2. 1 1
      Dockerfile

+ 1 - 1
.devcontainer.json

@@ -1,6 +1,6 @@
 {
   "name": "windows",
   "service": "windows",
-  "forwardPorts": ["8006"],
+  "forwardPorts": [8006],
   "dockerComposeFile": "compose.yml"
 }

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 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"