[es] Upgrade to 5.2.1

This commit is contained in:
Geoff Bourne 2017-02-15 19:30:33 -06:00
parent f5dbbcc2c6
commit e3296c3cc0

View File

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