aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-01-07 10:18:44 -0800
committerPatrick Brady <patrick.brady@att.com>2019-01-07 10:18:50 -0800
commitf10cd5966ff87c7bf7a53d5629ec9ca415b02d4c (patch)
treeb544df91c62b948a1a0eac54e1b4ecce583dc693
parent0e00dc5bf1d16184b59234ad269bca1bb31d299b (diff)
Update ccsdk docker version
Change to the newest version of the ccsdk odlsli image Change-Id: I08c62acd90ec4e20d9ba88643e8a23e39e18e530 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
-rw-r--r--installation/appc/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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)