From 606564745cc6e9f487f6d819b46828ea1e5534c3 Mon Sep 17 00:00:00 2001 From: Deiwin Sarjas Date: Mon, 16 Apr 2018 11:08:11 +0300 Subject: [PATCH] Upgrade to 5.5.1 Fixes #31 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2955a0f..59f4337 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.6 RUN apk --no-cache add python py-setuptools py-pip gcc libffi py-cffi python-dev libffi-dev py-openssl musl-dev linux-headers openssl-dev libssl1.0 && \ - pip install elasticsearch-curator==5.4.0 && \ + pip install elasticsearch-curator==5.5.1 && \ pip install boto3==1.4.8 && \ pip install requests-aws4auth==0.9 && \ pip install cryptography==2.1.3 && \