Skip to content

Commit c944629

Browse files
chore(devcontainer): bump javascript-node image version (#350)
* fix(devcontainer): bump javascript-node image version * Update Node.js version in devcontainer configuration --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
1 parent e87364d commit c944629

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,5 +1,5 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
2+
"image": "mcr.microsoft.com/devcontainers/javascript-node:4-24-trixie",
33
"features": {
44
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
55
},

0 commit comments

Comments
 (0)