aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile_UT
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-06-07 15:09:04 -0400
committerJack Lucas <jflucas@research.att.com>2019-06-10 09:38:04 -0400
commit30245f09ed237489f2c1b56e5a6036803faf43f1 (patch)
tree94e58927a8b3c6ef9bdba7c9037ea7302cc7b666 /Dockerfile_UT
parent2e418dcb84134695a2669ddbe76d1513742bce77 (diff)
(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 <jflucas@research.att.com>
Diffstat (limited to 'Dockerfile_UT')
-rw-r--r--Dockerfile_UT2
1 files changed, 1 insertions, 1 deletions
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