[es] Upgrade to 5.0.2

Fixes #113
This commit is contained in:
Geoff Bourne 2016-11-29 22:05:13 -06:00
parent a179f5f7ba
commit 3e8eca6e28

View file

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