Skip to content

Commit

Permalink
Fix devcontainer, using correct Python version image (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
msusag authored Jun 11, 2024
1 parent bacc3b5 commit 319d743
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Dev Container for Cognite Python SDK",

// Python base image reference: https://github.com/devcontainers/images/tree/main/src/python
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:3.8-bullseye",

// Features to add to the dev container. More info: https://containers.dev/features
"features": {
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"enabled": false,
"matchManagers": ["poetry"],
"matchPackagePatterns": ["*"]
},
{
"enabled": false,
"matchPackageNames": ["mcr.microsoft.com/devcontainers/python"]
}
],
"vulnerabilityAlerts": {
Expand Down

0 comments on commit 319d743

Please sign in to comment.