From 3e8eca6e28c85cb4196555bcb901d96377042642 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 29 Nov 2016 22:05:13 -0600 Subject: [PATCH] [es] Upgrade to 5.0.2 Fixes #113 --- elasticsearch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index f0fb7503..cc6aafdc 100755 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER itzg RUN apk -U add bash -ENV ES_VERSION=5.0.1 +ENV ES_VERSION=5.0.2 ADD https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz RUN cd /usr/share && \