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