From 2e03ee4197c762cef3e0da7d7accac8921ac4a03 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 4 May 2017 21:43:01 -0500 Subject: [PATCH] [es] Upgrade to 5.4.0 --- elasticsearch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index 7f0dd4f9..394825e6 100755 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer "itzg" RUN apk -U add bash -ENV ES_VERSION=5.3.2 +ENV ES_VERSION=5.4.0 ADD https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz RUN cd /usr/share && \