[es] Upgraded to 1.6.0

This commit is contained in:
Geoff Bourne 2015-06-09 19:57:30 -05:00
parent 6ba5fe29c1
commit 7e624b90dd

View file

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