Commit 3e2e55e7 authored by Stefan B's avatar Stefan B Committed by Antoine Cotten

Update curator (#459)

parent f5c6aa4f
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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment