Skip to content

Commit

Permalink
fix tag in dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Nov 29, 2023
1 parent af38920 commit c64e70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/python/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Python 3",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:0-3.12"
"image": "mcr.microsoft.com/devcontainers/python:3.12"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down

0 comments on commit c64e70c

Please sign in to comment.