From: Patrick Brady Date: Mon, 7 Jan 2019 18:18:44 +0000 (-0800) Subject: Update ccsdk docker version X-Git-Tag: 1.6.2~44 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F75408%2F1;p=appc%2Fdeployment.git Update ccsdk docker version Change to the newest version of the ccsdk odlsli image Change-Id: I08c62acd90ec4e20d9ba88643e8a23e39e18e530 Signed-off-by: Patrick Brady Issue-ID: APPC-1304 --- diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index de75705..7720910 100644 --- a/installation/appc/src/main/docker/Dockerfile +++ b/installation/appc/src/main/docker/Dockerfile @@ -21,7 +21,7 @@ # ============LICENSE_END============================================ # Base ubuntu with added packages needed for ONAP -FROM onap/ccsdk-odlsli-image:0.3.0 +FROM onap/ccsdk-odlsli-image:0.3.3 MAINTAINER APP-C Team (appc@lists.openecomp.org) # Set the Env. Variable in the container to add the APPC CONFIG DIR (the SDNC_CONFIG_DIR is inherited from SDNC Image)