From e261fae348e195929df1218475bee3ae2599cc1e Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 21 Jun 2017 19:06:13 -0500 Subject: [PATCH] [es] Upgrade to 5.4.2 --- elasticsearch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index bd1930fc..7533980d 100755 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer "itzg" RUN apk -U add bash -ENV ES_VERSION=5.4.1 +ENV ES_VERSION=5.4.2 ADD https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz RUN cd /usr/share && \