From 158976a64ab5d15c839174a95d043ea15d9149fb Mon Sep 17 00:00:00 2001 From: amitkurud Date: Mon, 7 Dec 2020 19:17:14 +0530 Subject: [PATCH] Fix Version, Updating to Latest --- tools/curator/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/curator/Dockerfile b/tools/curator/Dockerfile index 3f78dde..8ddd781 100755 --- a/tools/curator/Dockerfile +++ b/tools/curator/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ARG CURATOR_VERSION=5.7.6 +ARG CURATOR_VERSION=5.8.3 ENV CURATOR_VERSION=$CURATOR_VERSION RUN apk add --no-cache tini python py-pip \ @@ -9,4 +9,4 @@ RUN apk add --no-cache tini python py-pip \ COPY entrypoint.sh /usr/local/bin/entrypoint RUN chmod +x /usr/local/bin/entrypoint -ENTRYPOINT ["entrypoint"] \ No newline at end of file +ENTRYPOINT ["entrypoint"]