2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 11:34:57 +01:00

upgrade elastalert to 0.2.4

This commit is contained in:
kev
2020-05-11 11:32:20 +08:00
parent 42e6ea2002
commit e961ebb925
2 changed files with 3 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
# Dockerfile for elastalert
#
FROM python:3.6-alpine
FROM python:3-alpine
ENV ELASTALERT_VERSION=v0.2.1
ENV ELASTALERT_VERSION=v0.2.4
ENV ELASTALERT_HOME=/opt/elastalert
ENV TZ=UTC