From 9d1f4c83a681ef074e4d39bc26d9ef5e93a5d19a Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Mon, 24 Oct 2022 19:08:37 +1100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 417995ca..8ac48ed7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,7 @@ // Update 'VARIANT' to pick a Python version: 3, 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.9-bullseye", + "VARIANT": "3.10-bullseye", // Options "NODE_VERSION": "lts/*" }