From 68a9408ff9ac6d52598f730330daeada2eb30eb6 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 25 Sep 2017 08:28:14 -0700 Subject: [PATCH] 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 Issue-id: CCSDK-95 --- installation/appc/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.16.6