Update curator (#459)
This commit is contained in:
parent
f5c6aa4f42
commit
3e2e55e715
|
@ -1,6 +1,6 @@
|
|||
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 \
|
||||
&& pip install elasticsearch-curator==${CURATOR_VERSION}
|
||||
|
|
Loading…
Reference in New Issue