From ff903609f081e7bf6ad0cd713025d8977e731656 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Sun, 11 Dec 2016 01:33:35 +0100 Subject: [PATCH] Update to 4.2.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a4ba65..18ae64a 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.1 && \ + pip install elasticsearch-curator==4.2.4 && \ apk del py-pip && \ rm -rf /var/cache/apk/*