[es] Upgrade to 1.5.1

This commit is contained in:
Geoff Bourne 2015-04-12 08:01:33 -05:00
parent 63925a794c
commit 57ca565d64

View File

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