Skip to content

Commit

Permalink
Update to Elasticsearch 7.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Mar 19, 2022
1 parent 6b76405 commit c2f1565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.16.2}
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.17.1}
hostname: elasticsearch
environment:
- cluster.name=elasticsearch
Expand Down Expand Up @@ -28,7 +28,7 @@ services:
ports:
- 9200:9200
platinum:
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.16.2}
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.17.1}
hostname: elasticsearch-platinum
environment:
- cluster.name=platinum
Expand Down

0 comments on commit c2f1565

Please sign in to comment.