Browse Source

Merge pull request #5 from dominikhahn/master

Update alpine v3.3 / curator 3.4.1
Ivan Babrou 9 years ago
parent
commit
d91d20f0de
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

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