Sfoglia il codice sorgente

Merge pull request #16 from jasonswat/5.0.1

Update to 5.0.1
Ivan Babrou 8 anni fa
parent
commit
c7693168aa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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