Skip to content

Commit a8686a5

Browse files
authored
Merge pull request #1 from rccrdpccl/feature/curator-5.4
Feature/curator 5.4
2 parents 34f752c + 734627e commit a8686a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM alpine:3.4
1+
FROM alpine:3.6
22

33
RUN apk --update add python py-setuptools py-pip && \
4-
pip install elasticsearch-curator==4.2.6 && \
4+
pip install elasticsearch-curator==5.4.1 && \
55
pip install certifi && \
66
apk del py-pip && \
77
rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)