From 089e4199c4f0501fcf767745a79abd09dc2a6a31 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Fri, 31 May 2024 21:51:29 +0000 Subject: [PATCH] devcontainer: use specific python version --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 171f668..15c6744 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Python 3", - "image": "mcr.microsoft.com/devcontainers/python", + "image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye", "features": { "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}, "ghcr.io/devcontainers-contrib/features/poetry:2": {},