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