Fix maven zip fail error 59/77559/1
authorHaibin Huang <haibin.huang@intel.com>
Wed, 30 Jan 2019 07:36:30 +0000 (15:36 +0800)
committerHaibin Huang <haibin.huang@intel.com>
Wed, 30 Jan 2019 07:36:30 +0000 (15:36 +0800)
Change-Id: I8709665c474cb336b67d41429a3ea921c93f2366
Issue-ID: MULTICLOUD-428
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
starlingx/docker/Dockerfile

index a0b9e47..49da0ab 100644 (file)
@@ -33,7 +33,7 @@ EXPOSE 9009
 
 WORKDIR /opt/starlingx
 RUN apt-get update && apt-get install -y memcached unzip
-RUN wget -O /opt/multicloud-openstack-starlingx.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-starlingx&e=zip&v=1.2.3-SNAPSHOT" && \
+RUN wget -O /opt/multicloud-openstack-starlingx.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-starlingx&e=zip&v=1.3.0-SNAPSHOT" && \
     unzip -q -o -B /opt/multicloud-openstack-starlingx.zip -d /opt/ && \
     rm -f /opt/multicloud-openstack-starlingx.zip
 RUN mkdir -p /var/log/onap/multicloud/openstack/starlingx/