Skip to content

Commit

Permalink
Update Elasticsearch to 7.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere authored and houz42 committed Oct 8, 2021
1 parent 1bc39f8 commit 4b90fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
@@ -1,6 +1,6 @@
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.0}
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.2}
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.14.0}
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.2}
hostname: elasticsearch-platinum
environment:
- cluster.name=platinum
Expand Down

0 comments on commit 4b90fc0

Please sign in to comment.