From edac326995339f51b9ca69b76d4173043547d41d Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Fri, 2 Dec 2022 08:50:19 +1100 Subject: [PATCH] Set container to 3.10 and remove unused nodeJS arg --- .devcontainer/devcontainer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4fab711..b3544a4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,9 +10,7 @@ // Update 'VARIANT' to pick a Python version: 3, 3.10, 3.9, 3.8, 3.7, 3.6 // Append -bullseye or -buster to pin to an OS version. // Use -bullseye variants on local on arm64/Apple Silicon. - "VARIANT": "3.8-bullseye", - // Options - "NODE_VERSION": "none" + "VARIANT": "3.10-bullseye", } },