Skip to content

Commit

Permalink
Merge pull request #514 from NuSkooler/bugfix/dev_env_python
Browse files Browse the repository at this point in the history
Small bugfix on dev container startup to lock python version
  • Loading branch information
NuSkooler authored Oct 10, 2023
2 parents db8bd2f + 88a1b0e commit 1a99153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down

0 comments on commit 1a99153

Please sign in to comment.