Merge pull request #514 from NuSkooler/bugfix/dev_env_python

Small bugfix on dev container startup to lock python version
This commit is contained in:
Bryan Ashby
2023-10-10 16:52:42 -06:00
committed by GitHub

View File

@@ -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": {},