Skip to content

Commit

Permalink
praecoapp/elastalert-server:20230811
Browse files Browse the repository at this point in the history
  • Loading branch information
nsano-rururu committed Aug 11, 2023
1 parent 94955bc commit eeab59f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions DockerImageLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# praecoapp/elastalert-server:20230811

## New features

None

## Bug Fix

None

## Other changes

- jertel/elastalert2:2.12.0 to 2.13.0
- Library Update

# praecoapp/elastalert-server:20230625

## New features
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.11-alpine3.18 as ea2
ARG ELASTALERT_VERSION=2.12.0
ARG ELASTALERT_VERSION=2.13.0
ENV ELASTALERT_VERSION=${ELASTALERT_VERSION}
ARG ELASTALERT_URL=https://github.com/jertel/elastalert2/archive/refs/tags/$ELASTALERT_VERSION.zip
ENV ELASTALERT_URL=${ELASTALERT_URL}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v ?= 2.12.0
v ?= 2.13.0

all: build

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ make build
```
which is equivalent of
```
docker pull python:3.11-alpine3.17 && docker pull node:16.19-alpine3.17
docker pull python:3.11-alpine3.18 && docker pull node:16.20.1-alpine3.18
docker build -t elastalert-server .
```

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"test": "./test"
},
"dependencies": {
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/register": "^7.22.5",
"@opensearch-project/opensearch": "^2.2.1",
"@opensearch-project/opensearch": "^2.3.1",
"axios": "^1.4.0",
"bunyan": "^1.8.15",
"cors": "^2.8.5",
"cpu-stat": "^2.0.1",
"es5": "npm:@elastic/elasticsearch@^5.6.22",
"es6": "npm:@elastic/elasticsearch@^6.8.8",
"es7": "npm:@elastic/elasticsearch@^7.17.0",
"es8": "npm:@elastic/elasticsearch@^8.8.1",
"es8": "npm:@elastic/elasticsearch@^8.9.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"joi": "^17.9.2",
Expand All @@ -44,7 +44,7 @@
"ws": "^8.13.0"
},
"devDependencies": {
"eslint": "^8.44.0"
"eslint": "^8.46.0"
},
"scripts": {
"build": "babel src -d lib",
Expand Down

0 comments on commit eeab59f

Please sign in to comment.