locked python version to fix startup issue
This commit is contained in:
parent
db8bd2f80f
commit
88a1b0ea69
|
@ -7,7 +7,7 @@
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/python:1": {
|
"ghcr.io/devcontainers/features/python:1": {
|
||||||
"installTools": true,
|
"installTools": true,
|
||||||
"version": "latest"
|
"version": "3.11"
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
|
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
|
||||||
"ghcr.io/jungaretti/features/ripgrep:1": {},
|
"ghcr.io/jungaretti/features/ripgrep:1": {},
|
||||||
|
|
Loading…
Reference in New Issue