diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-03-22 15:09:23 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-03-22 22:10:44 +0000 |
commit | 75b03b9079d049a83ac88dce63317251f1d130a0 (patch) | |
tree | ef8b63b470dfaead6eaa0fff7d279c0c066d553f | |
parent | 365efba8eed6ba3dbc7f7c50c2bd93312da2a162 (diff) |
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 <patrick.brady@att.com>
Issue-ID: CCSDK-1156
-rw-r--r-- | installation/appc/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |