Skip to content

Commit

Permalink
Update devcontainer to python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dknowles2 committed Feb 10, 2024
1 parent 2ed0801 commit cfd7329
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python:0-3.10-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:3.12",
"postCreateCommand": "scripts/setup",
"customizations": {
"vscode": {
Expand Down Expand Up @@ -37,6 +37,8 @@
"dialout"
],
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": false
}
}
}

0 comments on commit cfd7329

Please sign in to comment.