bump to 1.4.4

This commit is contained in:
Steve Blackmon
2015-02-19 22:48:23 -06:00
parent d63bc698d8
commit b1741cab7b

View File

@@ -6,7 +6,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y wget && \
apt-get clean
ENV ES_VERSION 1.4.3
ENV ES_VERSION 1.4.4
RUN wget -qO /tmp/es.tgz https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ES_VERSION.tar.gz && \
cd /usr/share && \