Skip to content

Commit

Permalink
Merge pull request #2 from rccrdpccl/feature/curator-5.5
Browse files Browse the repository at this point in the history
use curator 5.5.4
  • Loading branch information
rccrdpccl committed Aug 27, 2018
2 parents a8686a5 + 4c8c7d6 commit da27bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.6

RUN apk --update add python py-setuptools py-pip && \
pip install elasticsearch-curator==5.4.1 && \
pip install elasticsearch-curator==5.5.4 && \
pip install certifi && \
apk del py-pip && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit da27bf9

Please sign in to comment.