From 2698024b82aebcb76e484e518e09067cc80cb0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Wed, 12 May 2021 11:22:45 +0200 Subject: [PATCH] Use latest version of the container This is the only image available for now --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",