Change ES version to 1.4.3

This commit is contained in:
Didier Fanchon
2015-02-13 15:36:48 +01:00
parent 8319b336c7
commit abee16a143
+1 -1
View File
@@ -6,7 +6,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y wget && \
apt-get clean
ENV ES_VERSION 1.4.2
ENV ES_VERSION 1.4.3
RUN wget -qO /tmp/es.tgz https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ES_VERSION.tar.gz && \
cd /usr/share && \