From db3add8393f132fc86a7a5b33e6b218d07037268 Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Fri, 18 Nov 2016 10:47:41 +0100 Subject: [PATCH] Update to 4.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79bee1d..3a4ba65 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.1.2 && \ + pip install elasticsearch-curator==4.2.1 && \ apk del py-pip && \ rm -rf /var/cache/apk/*