Переглянути джерело

Remove obsolete TAG arg for devcontainer (#2974)

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

+ 1 - 4
.devcontainer/devcontainer.json

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