Skip to content

Commit

Permalink
test: use supported version of elasticsearch (#11111)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored May 17, 2022
1 parent d047689 commit 2488d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
depends_on:
- zookeeper
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.2.0
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.23
environment:
- "ES_JAVA_OPTS=-Xms256m -Xmx256m"
- discovery.type=single-node
Expand Down

0 comments on commit 2488d75

Please sign in to comment.