From 4c8c7d63ccb4dc64f203323ca6201c93c18786ef Mon Sep 17 00:00:00 2001 From: Riccardo Piccoli Date: Mon, 27 Aug 2018 10:39:25 +0200 Subject: [PATCH] use curator 5.5.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a981a0a..69d7d4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.6 RUN apk --update add python py-setuptools py-pip && \ - pip install elasticsearch-curator==5.4.1 && \ + pip install elasticsearch-curator==5.5.4 && \ pip install certifi && \ apk del py-pip && \ rm -rf /var/cache/apk/*