Skip to content

Commit 0cd3c7a

Browse files
authored
update recommended Python in README
1 parent e89d7fd commit 0cd3c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For example, if you develop Python-based Azure Functions that use SQL Server, yo
2727
```jsonc
2828
{
2929
"name": "Python 3",
30-
"image": "mcr.microsoft.com/devcontainers/python:3.10-bullseye",
30+
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
3131
"features": {
3232
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {
3333
"version": "latest"

0 commit comments

Comments
 (0)