From 22bbb19e732ae4e58f97a2cbf703024d9c6fc1d5 Mon Sep 17 00:00:00 2001 From: Nikolaos Fountas Date: Sat, 25 Jul 2015 18:46:17 +0300 Subject: [PATCH] Updated pom.xml and Dockerfile for next version 1.2-SNAPSHOT --- Dockerfile | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b52b660..359fbe3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM jetty:9.2.12-jre7 MAINTAINER Nikos Fountas "nikfoundas@gmail.com" # select the release to download -# ENV VIEWER_VERSION latest -ENV VIEWER_VERSION tags/1.1 +ENV VIEWER_VERSION latest +#ENV VIEWER_VERSION tags/1.1 RUN curl --silent -X GET https://api.github.com/repos/nikfoundas/etcd-viewer/releases/${VIEWER_VERSION} | sed -n 's|.*\"browser_download_url\": \"\(.*\)\".*|\1|p' > /tmp/etcd-viewer-release-archive RUN curl --silent -L `cat /tmp/etcd-viewer-release-archive` > /var/lib/jetty/webapps/ROOT.war diff --git a/pom.xml b/pom.xml index 984bea9..967b7cc 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.github.etcd etcd-viewer - 1.1 + 1.2-SNAPSHOT war