devcontainer: use specific python version

This commit is contained in:
Brian Rosner 2024-05-31 21:51:29 +00:00 committed by GitHub
parent 1e39214f73
commit 089e4199c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"name": "Python 3", "name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python", "image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
"features": { "features": {
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}, "ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/devcontainers-contrib/features/poetry:2": {}, "ghcr.io/devcontainers-contrib/features/poetry:2": {},