aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-09-25 08:28:14 -0700
committerPatrick Brady <pb071s@att.com>2017-09-25 08:29:19 -0700
commit68a9408ff9ac6d52598f730330daeada2eb30eb6 (patch)
tree6e0f99d27096ab366d952ef0a4ec4688eaccc12f
parentd6f1a0f3a6b81c3c8dcf8e0e0bf813d12b28d14b (diff)
Undoing the temporary ccsdk version
Going back to the latest ccsdk version, instead of using an old version. Change-Id: I931c141abc802e49d55f9779549162b365746433 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: CCSDK-95
-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 fbf0a3b..195ec4c 100644
--- a/installation/appc/src/main/docker/Dockerfile
+++ b/installation/appc/src/main/docker/Dockerfile
@@ -1,5 +1,5 @@
# Base ubuntu with added packages needed for ONAP
-FROM onap/ccsdk-odlsli-image:0.1.0-SNAPSHOT-STAGING-170911-232547
+FROM onap/ccsdk-odlsli-image:0.1-STAGING-latest
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)