Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/javascript-node-mongo/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "javascript-node-mongo",
"version": "4.0.2",
"version": "4.0.3",
"name": "Node.js & Mongo DB",
"description": "Develop applications in Node.js and Mongo DB. Includes Node.js, eslint, and yarn in a container linked to a Mongo DB.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-mongo",
Expand All @@ -14,8 +14,7 @@
"22-bookworm",
"22-bullseye",
"20-bookworm",
"20-bullseye",
"18-bullseye"
"20-bullseye"
],
"default": "22-bookworm"
}
Expand Down
6 changes: 2 additions & 4 deletions src/javascript-node-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "javascript-node-postgres",
"version": "4.0.2",
"version": "4.0.3",
"name": "Node.js & PostgreSQL",
"description": "Develop applications in Node.js and PostgreSQL. Includes Node.js, eslint, and yarn in a container linked to a Postgres DB container",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-postgres",
Expand All @@ -15,9 +15,7 @@
"22-bullseye",
"20-bookworm",
"20-bullseye",
"18-bookworm",
"20-bullseye",
"18-bullseye"
"20-bullseye"
],
"default": "22-bookworm"
}
Expand Down
6 changes: 2 additions & 4 deletions src/javascript-node/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "javascript-node",
"version": "4.0.2",
"version": "4.0.3",
"name": "Node.js & JavaScript",
"description": "Develop Node.js based applications. Includes Node.js, eslint, nvm, and yarn.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node",
Expand All @@ -15,9 +15,7 @@
"22-bullseye",
"20-bookworm",
"20-bullseye",
"18-bookworm",
"20-bullseye",
"18-bullseye"
"20-bullseye"
],
"default": "22-bookworm"
}
Expand Down
6 changes: 2 additions & 4 deletions src/typescript-node/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "typescript-node",
"version": "4.0.2",
"version": "4.0.3",
"name": "Node.js & TypeScript",
"description": "Develop Node.js based applications in TypeScript. Includes Node.js, eslint, nvm, yarn, and the TypeScript compiler.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/typescript-node",
Expand All @@ -14,9 +14,7 @@
"22-bookworm",
"22-bullseye",
"20-bookworm",
"18-bookworm",
"20-bullseye",
"18-bullseye"
"20-bullseye"
],
"default": "22-bookworm"
}
Expand Down