Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14 from supertylerc/tyler/bump-version
Browse files Browse the repository at this point in the history
Bump ElastAlert version to latest (0.2.4)
  • Loading branch information
jertel authored Apr 17, 2020
2 parents 7bfe74a + 6d882e6 commit 9f4b3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.6-alpine
LABEL description="ElastAlert suitable for Kubernetes and Helm"
LABEL maintainer="Jason Ertel (jertel at codesim.com)"

ARG ELASTALERT_VERSION=0.2.1
ARG ELASTALERT_VERSION=0.2.4

RUN apk --update upgrade && \
apk add gcc libffi-dev musl-dev python-dev openssl-dev tzdata libmagic && \
Expand Down

0 comments on commit 9f4b3aa

Please sign in to comment.