change odl base image to 0.3.0-SNAPSHOT 37/65237/1
authorTaka Cho <tc012c@att.com>
Fri, 7 Sep 2018 15:23:45 +0000 (11:23 -0400)
committerTaka Cho <tc012c@att.com>
Fri, 7 Sep 2018 15:24:21 +0000 (11:24 -0400)
update Dockerfile for the lastest odlsli image

Change-Id: Iffbc0fa24ff6e05a536315cd2695b2a2b2331ae3
Issue-ID: APPC-1201
Signed-off-by: Taka Cho <tc012c@att.com>
installation/appc/src/main/docker/Dockerfile

index bc1c352..4800064 100644 (file)
@@ -21,7 +21,7 @@
 # ============LICENSE_END============================================
 
 # Base ubuntu with added packages needed for ONAP
-FROM onap/ccsdk-odlsli-image:0.3.0-SNAPSHOT-STAGING-20180820T131143Z
+FROM onap/ccsdk-odlsli-image:0.3.0-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)