We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd3c7a commit 5ea7d59Copy full SHA for 5ea7d59
1 file changed
README.md
@@ -27,7 +27,7 @@ For example, if you develop Python-based Azure Functions that use SQL Server, yo
27
```jsonc
28
{
29
"name": "Python 3",
30
- "image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
+ "image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
31
"features": {
32
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {
33
"version": "latest"
0 commit comments