[es] Upgrade to 1.7.3

This commit is contained in:
Geoff Bourne 2015-10-29 19:35:20 -05:00
parent 53e727298e
commit 5484f50659

View File

@ -2,7 +2,7 @@ FROM itzg/ubuntu-openjdk-7
MAINTAINER itzg
ENV ES_VERSION 1.7.0
ENV ES_VERSION 1.7.3
RUN wget -qO /tmp/es.tgz https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ES_VERSION.tar.gz && \
cd /usr/share && \