From 589d4c2b0e2f7c688fd0d1837498b01f408c0341 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Sat, 13 Apr 2019 19:35:21 -0700 Subject: [PATCH] Update Dockerfile --- containers/typescript-node-lts/.devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/typescript-node-lts/.devcontainer/Dockerfile b/containers/typescript-node-lts/.devcontainer/Dockerfile index 6354da6ddb..fa335b05c2 100644 --- a/containers/typescript-node-lts/.devcontainer/Dockerfile +++ b/containers/typescript-node-lts/.devcontainer/Dockerfile @@ -3,7 +3,7 @@ # Licensed under the MIT License. See LICENSE in the project root for license information. #----------------------------------------------------------------------------------------- -FROM node:8 +FROM node:lts # Install git, process tools RUN apt-get update && apt-get -y install git procps