diff options
author | Mickaël Rémond <mremond@process-one.net> | 2021-05-12 11:22:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 11:22:45 +0200 |
commit | 2698024b82aebcb76e484e518e09067cc80cb0ac (patch) | |
tree | 6ca66fef8057106cbd1a1234c71295db2ee0b53d | |
parent | Remove set up already set in prebuilt image (diff) |
Use latest version of the container
This is the only image available for now
-rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b548ea44d..1e05cfed4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "build": { "dockerfile": "Dockerfile", "args": { - "VARIANT": "1.11" + "VARIANT": "latest" // 1.11.4 } }, "workspaceFolder": "/workspace", |