Merge pull request #13 from steveblackmon/master

bump to 1.4.4
This commit is contained in:
Geoff Bourne 2015-02-20 06:30:30 -06:00
commit 2e8704a311

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 && \