From 88a1b0ea694d855030b22cdd1d1192869a926c04 Mon Sep 17 00:00:00 2001 From: Nathan Byrd Date: Tue, 10 Oct 2023 20:42:15 +0000 Subject: [PATCH] locked python version to fix startup issue --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 57d83312..7c1a9245 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "features": { "ghcr.io/devcontainers/features/python:1": { "installTools": true, - "version": "latest" + "version": "3.11" }, "ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {}, "ghcr.io/jungaretti/features/ripgrep:1": {},