Skip to content

Commit 6993007

Browse files
authored
Pin devcontainer to bookworm (#2722)
1 parent cb5c3d0 commit 6993007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Azure Search OpenAI Demo",
3-
"image": "mcr.microsoft.com/devcontainers/python:3.11",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.11-bookworm",
44
"features": {
55
"ghcr.io/devcontainers/features/node:1": {
66
// This should match the version of Node.js in Github Actions workflows

0 commit comments

Comments
 (0)