[es] Upgrade to 5.3.0

This commit is contained in:
Geoff Bourne 2017-03-28 18:39:21 -05:00
parent bbe1533f91
commit 54d19715c7

View file

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