File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# To find available Node images, see https://mcr.microsoft.com/en-us/product/devcontainers/javascript-node/tags
22
33# [Choice] Node.js version
4- ARG VARIANT="dev-22 -bullseye"
4+ ARG VARIANT="dev-24 -bullseye"
55FROM mcr.microsoft.com/devcontainers/javascript-node:${VARIANT}
Original file line number Diff line number Diff line change 66 "build" : {
77 "dockerfile" : " Dockerfile" ,
88 // Update 'VARIANT' to pick a Node version
9- "args" : { "VARIANT" : " 22 " }
9+ "args" : { "VARIANT" : " 24 " }
1010 },
1111
1212 // Install features. Type 'feature' in the VS Code command palette for a full list.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ FROM ghcr.io/github/gh-base-image/gh-base-noble:20250805-204228-g50c20871f AS ba
1717# Ubuntu's apt-get install nodejs is _very_ outdated
1818# Must run as root
1919RUN apt-get -qq update && apt-get -qq install --no-install-recommends curl git \
20- && curl -sL https://deb.nodesource.com/setup_22 .x | bash - \
20+ && curl -sL https://deb.nodesource.com/setup_24 .x | bash - \
2121 && apt-get install -y nodejs \
2222 && node --version
2323
You can’t perform that action at this time.
0 commit comments