From 2e631bcbd99f00851149b70d569aed79b97ce1ca Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 28 Feb 2017 18:12:29 -0600 Subject: [PATCH] [es] Upgrade to 5.2.2 --- elasticsearch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index c4c1a3cf..d0c9a740 100755 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER itzg RUN apk -U add bash -ENV ES_VERSION=5.2.1 +ENV ES_VERSION=5.2.2 ADD https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz RUN cd /usr/share && \