We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec057d4 commit 59dced0Copy full SHA for 59dced0
.devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "r.obin.ch",
3
- "image": "mcr.microsoft.com/devcontainers/typescript-node:4-22-bookworm",
+ "image": "mcr.microsoft.com/devcontainers/typescript-node:24-bookworm",
4
"customizations": {
5
"vscode": {
6
"extensions": [
@@ -22,5 +22,5 @@
22
"containerEnv": {
23
"ASTRO_TELEMETRY_DISABLED": "1"
24
},
25
- "postCreateCommand": "npm install -g npm@11.6.0 pnpm@10.17.0"
+ "postCreateCommand": "npm install -g npm@11.6.0 pnpm@10.20.0"
26
}
0 commit comments