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/*" }