Dominik Hahn 9 лет назад
Родитель
Сommit
43d9a1225d
1 измененных файлов с 1 добавлено и 1 удалено
  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/*