[es] Upgrade to 5.1.1

This commit is contained in:
Geoff Bourne 2016-12-09 15:15:38 -06:00
parent 3a9a1dc043
commit 03a5bb1ab0

View File

@ -4,7 +4,7 @@ MAINTAINER itzg
RUN apk -U add bash RUN apk -U add bash
ENV ES_VERSION=5.0.2 ENV ES_VERSION=5.1.1
ADD https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz ADD https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz
RUN cd /usr/share && \ RUN cd /usr/share && \