Change ccsdk docker version
Updating ccsdk docker version to match the ccsdk version
change that had to be made since the old snapshots have
expired from nexus.
Change-Id: Ib2cd7ef2c61182eb13cf4f641364bbd3c639bf69
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: CCSDK-261
diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile
index 6b5dbc8..bc82f7a 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.2.1-SNAPSHOT
+FROM onap/ccsdk-odlsli-image:0.2.2-SNAPSHOT
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)