Update Dockerfile

Updated to v5.5.0
This commit is contained in:
Manoj Kumar 2017-07-12 11:41:13 +05:30 committed by GitHub
parent e41efba176
commit 519bd986b5

View file

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