Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
Update Devcontainer to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
briis authored Sep 23, 2024
1 parent 6e57e6a commit 185e5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ludeeus/integration_blueprint",
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.12-bullseye",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down Expand Up @@ -35,4 +35,4 @@
"features": {
"ghcr.io/devcontainers/features/rust:1": {}
}
}
}

0 comments on commit 185e5f4

Please sign in to comment.