From f10cd5966ff87c7bf7a53d5629ec9ca415b02d4c Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 7 Jan 2019 10:18:44 -0800 Subject: [PATCH] Update ccsdk docker version Change to the newest version of the ccsdk odlsli image Change-Id: I08c62acd90ec4e20d9ba88643e8a23e39e18e530 Signed-off-by: Patrick Brady Issue-ID: APPC-1304 --- 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 de75705..7720910 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.3.0 +FROM onap/ccsdk-odlsli-image:0.3.3 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