Skip to content

Commit

Permalink
Merge pull request #1 from rccrdpccl/feature/curator-5.4
Browse files Browse the repository at this point in the history
Feature/curator 5.4
  • Loading branch information
rccrdpccl authored Mar 19, 2018
2 parents 34f752c + 734627e commit a8686a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.4
FROM alpine:3.6

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

0 comments on commit a8686a5

Please sign in to comment.