From 75b03b9079d049a83ac88dce63317251f1d130a0 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 22 Mar 2019 15:09:23 -0700 Subject: [PATCH] Change to release ccsdk The current version of ccsdk has been moved to release version 0.4.1 Change-Id: Ie3564f02f286d436377648d0ef0d438392e6353a Signed-off-by: Patrick Brady Issue-ID: CCSDK-1156 --- 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 ab3e2f2..4b2080c 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-alpine-image:0.4-STAGING-latest +FROM onap/ccsdk-odlsli-alpine-image:0.4.1 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