diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 0863282..ac45c8e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 ARG VARIANT="14-buster" diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3317773..93d0c30 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ // 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", "build": {