From e557ca2dd6d9f71117cb161698ed28f3a68e2517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 02:29:18 +0000 Subject: [PATCH] ci(docker): 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. ** #