Skip to content

Commit

Permalink
Merge pull request #826 from alexef/patch-1
Browse files Browse the repository at this point in the history
Update environment-variables-in-devcontainer-json.mdx
  • Loading branch information
pascalbreuninger authored Dec 8, 2023
2 parents 5e4f2c3 + 8f1fc6e commit 1a3341f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ please follow the steps below to make sure that your environment variables are p
```json
{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:IMAGE_VERSION"
"image": "mcr.microsoft.com/devcontainers/javascript-node:${localEnv:IMAGE_VERSION}"
}
```

Expand Down

0 comments on commit 1a3341f

Please sign in to comment.