Skip to content

Commit 45798d8

Browse files
committed
Bump elasticsearch versions to latest of the major
1 parent b347522 commit 45798d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
image: redis
6161

6262
elasticsearch7:
63-
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.0
63+
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.29
6464
healthcheck:
6565
test: ["CMD", "curl", "-f", "http://localhost:9200"]
6666
environment:
@@ -73,7 +73,7 @@ services:
7373
- pyesdata7:/usr/share/elasticsearch/data
7474

7575
elasticsearch8:
76-
image: docker.elastic.co/elasticsearch/elasticsearch:8.4.0
76+
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.6
7777
healthcheck:
7878
test: ["CMD", "curl", "-f", "http://localhost:9200"]
7979
ports:

0 commit comments

Comments
 (0)