Просмотр исходного кода

Remove obsolete TAG arg for devcontainer (#2974)

This shouldn't be used anymore, as of #2186
Jon Ross-Perkins 2 лет назад
Родитель
Сommit
7d817c857a
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      .devcontainer/devcontainer.json

+ 1 - 4
.devcontainer/devcontainer.json

@@ -1,10 +1,7 @@
 {
   "name": "carbon-lang",
   "build": {
-    "dockerfile": "../docker/ubuntu2204/base/Dockerfile",
-    "args": {
-      "TAG": "3.5.6"
-    }
+    "dockerfile": "../docker/ubuntu2204/base/Dockerfile"
   },
   "customizations": {
     "vscode": {