1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02: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

View File

@ -1,4 +1,4 @@
version: "3.7"
version: "3.8"
services:
elastalert: