diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-02-26 15:41:47 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-02-26 23:44:43 +0000 |
commit | 981457eaf23722fe1d0a9d4c79eb716a37359f8a (patch) | |
tree | 8c1242527c91de48eb069b96b797813417c85345 | |
parent | 29fccc362781087559262a16d87ab7e2ae9f7f46 (diff) |
Update version of node base image
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
-rw-r--r-- | cdt/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cdt/src/main/docker/Dockerfile b/cdt/src/main/docker/Dockerfile index a826052..8df5c02 100644 --- a/cdt/src/main/docker/Dockerfile +++ b/cdt/src/main/docker/Dockerfile @@ -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 |