Skip to content

Commit a903482

Browse files
committed
updated tests/docker/elasticsearch-docker-compose.yml tests/docker/elasticsearch-elastic.co-docker-compose.yml
1 parent dea1be3 commit a903482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker/elasticsearch-elastic.co-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
service: common
2121
# Official Elasticsearch docker images have moved from DockerHub to docker.elastic.co for Elasticsearch 6.x +
2222
# elastic.co don't support 'latest' tag yet, nor x.y versions, so default to x.y.z for now
23-
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-6.0.0}
23+
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-6.1.1}
2424
ports:
2525
- 9200
2626
networks:

0 commit comments

Comments
 (0)