File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Node.js" ,
33 "build" : {
4- "dockerfile" : " Dockerfile" ,
5- // Update 'VARIANT' to pick a Node version: 18, 16, 14.
6- // Append -bullseye or -buster to pin to an OS version.
7- // Use -bullseye variants on local arm64/Apple Silicon.
8- "args" : { "VARIANT" : " 16-bullseye" }
4+ "dockerfile" : " Dockerfile"
95 },
106 "features" : {
117 "ghcr.io/devcontainers/features/common-utils:1" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " Node.js & TypeScript" ,
33 "build" : {
4- "dockerfile" : " Dockerfile" ,
5- // Update 'VARIANT' to pick a Node version: 18, 16, 14.
6- // Append -bullseye or -buster to pin to an OS version.
7- // Use -bullseye variants on local on arm64/Apple Silicon.
8- "args" : {
9- "VARIANT" : " 16-bullseye"
10- }
4+ "dockerfile" : " Dockerfile"
115 },
126
137 // Configure tool-specific properties.
You can’t perform that action at this time.
0 commit comments