Browse Source

Update curator to v3.5.0

Dominik Hahn 9 years ago
parent
commit
43d9a1225d
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/*