Kaynağa Gözat

Merge pull request #16 from jasonswat/5.0.1

Update to 5.0.1
Ivan Babrou 8 yıl önce
ebeveyn
işleme
c7693168aa
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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/*