From 57ca565d640c5f4825988972c395cd2ca6e3a597 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 12 Apr 2015 08:01:33 -0500 Subject: [PATCH] [es] Upgrade to 1.5.1 --- elasticsearch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index b837d859..3c06d4ed 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -2,7 +2,7 @@ FROM itzg/ubuntu-openjdk-7 MAINTAINER itzg -ENV ES_VERSION 1.5.0 +ENV ES_VERSION 1.5.1 RUN wget -qO /tmp/es.tgz https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$ES_VERSION.tar.gz && \ cd /usr/share && \