Merge pull request #16 from jasonswat/5.0.1

Update to 5.0.1
This commit is contained in:
Ivan Babrou
2017-04-23 19:33:23 -07:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
FROM alpine:3.4
RUN apk --update add python py-setuptools py-pip && \
pip install elasticsearch-curator==4.2.6 && \
pip install elasticsearch-curator==5.0.1 && \
apk del py-pip && \
rm -rf /var/cache/apk/*