Update version of node base image 49/102449/2
authorPatrick Brady <patrick.brady@att.com>
Wed, 26 Feb 2020 23:41:47 +0000 (15:41 -0800)
committerPatrick Brady <patrick.brady@att.com>
Wed, 26 Feb 2020 23:44:43 +0000 (23:44 +0000)
Changing the version of the cdt base image to be 13-alpine
so that we can get updates within the 13 version as they
become available. This insures we get all security updates.

Change-Id: I514958ca2f9558908b8a74f80d53abb2e5b72911
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1838

cdt/src/main/docker/Dockerfile

index a826052..8df5c02 100644 (file)
@@ -20,7 +20,7 @@
 # ============LICENSE_END============================================
 
 # Base Alpine with added packages needed for ONAP
-FROM node:10.15.3-alpine
+FROM node:13.8-alpine
 MAINTAINER APP-C Team (appc@lists.openecomp.org)
 
 USER root