Skip to content

Commit

Permalink
Use javascript-node:18-bullseye for devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 authored and anfibiacreativa committed Nov 8, 2023
1 parent cecab54 commit 51a6064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
{
"name": "Node.js",
"name": "Azure Search OpenAI Js",

// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
"image": "mcr.microsoft.com/devcontainers/javascript-node:18-bullseye",

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

0 comments on commit 51a6064

Please sign in to comment.