diff options
author | Liexiang Yue <yueliexiang@chinamobile.com> | 2019-05-22 12:12:25 +0800 |
---|---|---|
committer | Liexiang Yue <yueliexiang@chinamobile.com> | 2019-05-22 12:12:25 +0800 |
commit | cc399bdde795b839add743b7ad6e5f97d4b895b6 (patch) | |
tree | 733fed386e0416b268ac8a6d0fa83787bb51694f /newton/docker/Dockerfile | |
parent | 629f34264bb5301fb9cc1541fb0e3132faa706af (diff) |
Update mc-openstack versin to 1.3.4
Issue-ID: MULTICLOUD-641
Change-Id: I8a331cae52d9f58b3b3ef43ec0091aef32401eb4
Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
Diffstat (limited to 'newton/docker/Dockerfile')
-rw-r--r-- | newton/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newton/docker/Dockerfile b/newton/docker/Dockerfile index 0c69da39..1fcaadf2 100644 --- a/newton/docker/Dockerfile +++ b/newton/docker/Dockerfile @@ -35,7 +35,7 @@ RUN apt-get update && \ apt-get install -y memcached && \ apt-get install -y unzip && \ cd /opt/ && \ - wget -O multicloud-openstack-newton.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-newton&e=zip&v=1.3.3-SNAPSHOT" && \ + wget -O multicloud-openstack-newton.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-newton&e=zip&v=1.3.4-SNAPSHOT" && \ unzip -q -o -B multicloud-openstack-newton.zip && \ chmod +x /opt/newton/*.sh && \ rm -f multicloud-openstack-newton.zip && \ |