From 8713dd82219c0f43b3320bae1333876f0d793e40 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 8 Nov 2016 14:31:39 +0100 Subject: [PATCH] tech(docker): pin elastic to 2.4.1 for dev --- docker/blocks/elastic/fig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/blocks/elastic/fig b/docker/blocks/elastic/fig index 357352cabaa..fa79a9af59c 100644 --- a/docker/blocks/elastic/fig +++ b/docker/blocks/elastic/fig @@ -1,5 +1,5 @@ elasticsearch: - image: elasticsearch:latest + image: elasticsearch:2.4.1 command: elasticsearch -Des.network.host=0.0.0.0 ports: - "9200:9200"