[es] Upgrade to 2.4.1

This commit is contained in:
Geoff Bourne
2016-09-30 22:07:48 -04:00
parent ddb69ced3b
commit e86138cdf2

View File

@@ -2,7 +2,7 @@ FROM java:8u92-jre-alpine
MAINTAINER itzg
ENV ES_VERSION=2.4.0
ENV ES_VERSION=2.4.1
ADD https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/$ES_VERSION/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz
RUN cd /usr/share && \