Skip to content

Commit da27bf9

Browse files
authored
Merge pull request #2 from rccrdpccl/feature/curator-5.5
use curator 5.5.4
2 parents a8686a5 + 4c8c7d6 commit da27bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.6
22

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

0 commit comments

Comments
 (0)