We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3806188 commit 6720985Copy full SHA for 6720985
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:latest as py-ea
2
-ARG ELASTALERT_VERSION=v0.1.39
+ARG ELASTALERT_VERSION=v0.2.0b2
3
ENV ELASTALERT_VERSION=${ELASTALERT_VERSION}
4
# URL from which to download Elastalert.
5
ARG ELASTALERT_URL=https://github.com/Yelp/elastalert/archive/$ELASTALERT_VERSION.zip
Makefile
@@ -1,4 +1,4 @@
-v ?= v0.1.39
+v ?= v0.2.0b2
all: build
0 commit comments