From 9b1d7a714979b3ecda735d48fb58132a193540e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 06:54:00 +0000 Subject: [PATCH] Bump vscode/devcontainers/typescript-node in /.devcontainer Bumps vscode/devcontainers/typescript-node from 0-12 to 0-14. Signed-off-by: dependabot[bot] --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b6b9889..5547464 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -5,7 +5,7 @@ # To fully customize the contents of this image, use the following Dockerfile instead: # https://github.com/microsoft/vscode-dev-containers/tree/v0.117.1/containers/typescript-node-12/.devcontainer/Dockerfile -FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-12 +FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-14 # ** [Optional] Uncomment this section to install additional packages. ** #