Skip to content

Commit c2f1565

Browse files
committed
Update to Elasticsearch 7.17.1
1 parent 6b76405 commit c2f1565

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.16.2}
3+
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.17.1}
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.16.2}
31+
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.17.1}
3232
hostname: elasticsearch-platinum
3333
environment:
3434
- cluster.name=platinum

0 commit comments

Comments
 (0)