Update to 5.0.1

This commit is contained in:
Swatniki, Jason
2017-04-13 14:18:14 -07:00
parent 8b88da9ea1
commit fc9212e6bb

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/*