[es] Upgraded to 1.5.2

This commit is contained in:
Geoff Bourne 2015-04-27 21:31:35 -05:00
parent 5c947fd4ab
commit 128dd8950a

View file

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