From e57a4edf7a69fc1fc26e70721aed3ea355dd5766 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 2 May 2018 10:35:13 -0700 Subject: [PATCH] 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 Issue-ID: CCSDK-261 --- 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 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) -- 2.16.6