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 committed Sep 22, 2021
1 parent 987f2d7 commit 9f6409a
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 9f6409a

Please sign in to comment.