From 1ddd265746ca3b7c2810b4c9e6e6127e276f42cc Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Thu, 13 Oct 2016 13:34:57 +0200 Subject: [PATCH] Update Curator to 4.1.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f323a4d..79bee1d 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.0.4 && \ + pip install elasticsearch-curator==4.1.2 && \ apk del py-pip && \ rm -rf /var/cache/apk/*