From d4bd643b0920af821f68e5927202af4525c1a192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 05:29:46 +0000 Subject: [PATCH] build(deps): bump vscode/devcontainers/typescript-node in /.devcontainer Bumps vscode/devcontainers/typescript-node from 0-12 to 0-16. 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..967cd45 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-16 # ** [Optional] Uncomment this section to install additional packages. ** #