Browse Source

Merge pull request #6 from dominikhahn/patch-1

Update curator to v3.5.0
Ivan Babrou 9 years ago
parent
commit
35e32edea0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM alpine:3.3
 
 RUN apk --update add python py-pip && \
-    pip install elasticsearch-curator==3.4.1 && \
+    pip install elasticsearch-curator==3.5.0 && \
     apk del py-pip && \
     rm -rf /var/cache/apk/*