Change clds jar version in Dockerfile 57/6257/2
authorJulienBe <jb379x@att.com>
Tue, 25 Jul 2017 15:42:25 +0000 (17:42 +0200)
committerSébastien Determe <sd378r@intl.att.com>
Thu, 27 Jul 2017 12:30:28 +0000 (12:30 +0000)
Change-Id: If9506da9036fb6fa799a88539160c2bb8ad13962
Signed-off-by: JulienBe <jb379x@att.com>
src/main/docker/Dockerfile

index 7dbd3da..6b3e272 100644 (file)
@@ -15,7 +15,7 @@ RUN test -n "$http_proxy" && echo "Acquire::Proxy \"http://$http_proxy\";" > /et
     apt-get -y dist-upgrade &&  \
     apt-get install -y openjdk-8-jre-headless
 
-ADD clds-0.0.1-SNAPSHOT.jar /opt/clamp/app.jar
+ADD clds-1.0.0-SNAPSHOT.jar /opt/clamp/app.jar
 VOLUME /etc
 ADD /etc/ /etc/
 ADD startService.sh /opt/clamp/startService.sh