Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/devcontainers/python docker tag…
Browse files Browse the repository at this point in the history
… to v3.12
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 7e03c21 commit d735a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Python3",
"image": "mcr.microsoft.com/devcontainers/python:3.11",
"image": "mcr.microsoft.com/devcontainers/python:3.12",
"postCreateCommand": "sudo apt update && sudo apt install -y libgtk-3-dev && pip install poetry",
"features": {
"ghcr.io/devcontainers/features/node:1": {}
Expand Down

0 comments on commit d735a27

Please sign in to comment.