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 18:34:47 +0000
commitdf672b5e90cae06053e8fe852b590cdeedab0821 (patch)
tree225c86f03cab56cd602cdbeaae95e75a70a7acd5
parent6584b6800ed2741a0075182a0e60253a58d33ed6 (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)