[es] upgrade 2.4.x to 2.4.3

This commit is contained in:
Geoff Bourne
2016-12-28 13:38:44 -06:00
parent 1e0183a3b1
commit 205c57c3e3

View File

@@ -1,8 +1,8 @@
FROM java:8u92-jre-alpine
FROM java:8u111-jre-alpine
MAINTAINER itzg
ENV ES_VERSION=2.4.1
ENV ES_VERSION=2.4.3
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 && \