Skip to content

Commit 9f6409a

Browse files
committed
Update Elasticsearch to 7.14.2
1 parent 987f2d7 commit 9f6409a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.0}
3+
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.2}
44
hostname: elasticsearch
55
environment:
66
- cluster.name=elasticsearch
@@ -28,7 +28,7 @@ services:
2828
ports:
2929
- 9200:9200
3030
platinum:
31-
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.0}
31+
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.2}
3232
hostname: elasticsearch-platinum
3333
environment:
3434
- cluster.name=platinum

0 commit comments

Comments
 (0)