From 3e2e55e715ea8c584ed49ca24d1c27e9e96114bd Mon Sep 17 00:00:00 2001 From: Stefan B Date: Thu, 19 Dec 2019 12:56:21 +0100 Subject: [PATCH] Update curator (#459) --- extensions/curator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/curator/Dockerfile b/extensions/curator/Dockerfile index 43d7859..bf51d3d 100644 --- a/extensions/curator/Dockerfile +++ b/extensions/curator/Dockerfile @@ -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}