2 Commits
4.2.6 ... 5.0.1

Author SHA1 Message Date
Ivan Babrou
c7693168aa Merge pull request #16 from jasonswat/5.0.1
Update to 5.0.1
2017-04-23 19:33:22 -07:00
Swatniki, Jason
fc9212e6bb Update to 5.0.1 2017-04-13 14:18:14 -07:00

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