Skip to content

Commit 5ea7d59

Browse files
authored
switch bullseye to bookworm
1 parent 0cd3c7a commit 5ea7d59

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.12-bullseye",
30+
"image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
3131
"features": {
3232
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {
3333
"version": "latest"

0 commit comments

Comments
 (0)