We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56f906 commit a31b9f9Copy full SHA for a31b9f9
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 5.14.0
2
+
3
+### Changes
4
+* Update elastalert2 to v2.23.0
5
6
## 5.13.0
7
8
### Changes
Dockerfile
@@ -1,5 +1,5 @@
FROM alpine:3.21 as build-elastalert
-ARG ELASTALERT_VERSION=2.22.0
+ARG ELASTALERT_VERSION=2.23.0
ENV ELASTALERT_VERSION=${ELASTALERT_VERSION}
# URL from which to download ElastAlert 2
ARG ELASTALERT_URL=https://github.com/jertel/elastalert2/archive/refs/tags/$ELASTALERT_VERSION.zip
0 commit comments