From 6281db15640eaac1ec8085bc3199f33f0d98bdc8 Mon Sep 17 00:00:00 2001 From: Ahmed Kamal Date: Sat, 28 Jan 2017 14:03:49 +0200 Subject: [PATCH] Upgrade curator to 4.2.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18ae64a..d9e21fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.4 RUN apk --update add python py-setuptools py-pip && \ - pip install elasticsearch-curator==4.2.4 && \ + pip install elasticsearch-curator==4.2.6 && \ apk del py-pip && \ rm -rf /var/cache/apk/*