From 30245f09ed237489f2c1b56e5a6036803faf43f1 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 7 Jun 2019 15:09:04 -0400 Subject: Update to node 10 (Node 10 is the current LTS release, with support until April 2021. While node 12 is available, it is not the current LTS release and will not be LTS until late October 2019. 10 is the best choice for now.) Unit test coverage summary: Statements : 80.76% ( 995/1232 ) Branches : 58.44% ( 308/527 ) Functions : 81.13% ( 172/212 ) Lines : 81.27% ( 985/1212 ) Issue-ID: DCAEGEN2-513 Change-Id: I4a7835fbd6bfd2c4029095974769435d2e021faa Signed-off-by: Jack Lucas --- Dockerfile_UT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile_UT') diff --git a/Dockerfile_UT b/Dockerfile_UT index 27b84ba..ee5791d 100644 --- a/Dockerfile_UT +++ b/Dockerfile_UT @@ -1,4 +1,4 @@ -FROM node:6.10.3 +FROM node:10.16.0 ENV INSROOT /opt/app ENV APPUSER dh -- cgit 1.2.3-korg