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
commit 1a99153431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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