Update comments to point to master to avoid getting out of sync

This commit is contained in:
Chuck Lantz
2021-03-08 23:13:52 +00:00
committed by GitHub
parent 3d1cd3b58f
commit 94fcd95422
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.159.0/containers/javascript-node/.devcontainer/base.Dockerfile # See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/master/containers/javascript-node/.devcontainer/base.Dockerfile
# [Choice] Node.js version: 14, 12, 10 # [Choice] Node.js version: 14, 12, 10
ARG VARIANT="14-buster" ARG VARIANT="14-buster"

View File

@@ -1,5 +1,5 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.159.0/containers/javascript-node // https://github.com/microsoft/vscode-dev-containers/tree/master/containers/javascript-node
{ {
"name": "Node.js", "name": "Node.js",
"build": { "build": {