Update curator (#459)

This commit is contained in:
Stefan B 2019-12-19 12:56:21 +01:00 committed by Antoine Cotten
parent f5c6aa4f42
commit 3e2e55e715
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.8 FROM alpine:3.8
ENV CURATOR_VERSION=5.5.4 ENV CURATOR_VERSION=5.8.1
RUN apk --update add --no-cache tini python py-pip \ RUN apk --update add --no-cache tini python py-pip \
&& pip install elasticsearch-curator==${CURATOR_VERSION} && pip install elasticsearch-curator==${CURATOR_VERSION}