[es] Upgrade to 5.4.0

This commit is contained in:
Geoff Bourne
2017-05-04 21:43:01 -05:00
parent e8dd60a831
commit 2e03ee4197

View File

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