Skip to content

Commit a8747bd

Browse files
committed
Update .devcontainer/devcontainer.json
modified: .devcontainer/devcontainer.json use image": "mcr.microsoft.com/devcontainers/javascript-node:24-trixie" in devcontainer/devcontainer.json Os is updated to Trixie (Debian 13), was Bullseye (Debian 11) Nodejs is updated to 24.13.0 LTS, was 18.20.8 npm is updated to 11.6.2, was 10.8.2
1 parent 8235387 commit a8747bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "Node.js",
44
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
5-
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18-bullseye",
5+
"image": "mcr.microsoft.com/devcontainers/javascript-node:24-trixie",
66
"features": {
77
"ghcr.io/devcontainers-contrib/features/jshint:2": {}
88
},

0 commit comments

Comments
 (0)