Skip to content

Commit

Permalink
Merge pull request #30 from amitkurud/bug-fix/28 fixes #28
Browse files Browse the repository at this point in the history
Fix Version, Updating to Latest
  • Loading branch information
sherifabdlnaby authored Dec 7, 2020
2 parents 0f05908 + 158976a commit 153dc44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/curator/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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"]
ENTRYPOINT ["entrypoint"]

0 comments on commit 153dc44

Please sign in to comment.