File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 fleet-server : { condition: service_healthy }
1111
1212 elasticsearch :
13- image : docker.elastic.co/elasticsearch/elasticsearch:8.2.0-ff5ac1e4 -SNAPSHOT
13+ image : docker.elastic.co/elasticsearch/elasticsearch:8.2.0-c75da523 -SNAPSHOT
1414 ports :
1515 - 9200:9200
1616 healthcheck :
@@ -39,7 +39,7 @@ services:
3939 - " ./testing/docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
4040
4141 kibana :
42- image : docker.elastic.co/kibana/kibana:8.2.0-ff5ac1e4 -SNAPSHOT
42+ image : docker.elastic.co/kibana/kibana:8.2.0-c75da523 -SNAPSHOT
4343 ports :
4444 - 5601:5601
4545 healthcheck :
@@ -60,7 +60,7 @@ services:
6060 - " ./testing/docker/kibana/kibana.yml:/usr/share/kibana/config/kibana.yml"
6161
6262 fleet-server :
63- image : docker.elastic.co/beats/elastic-agent:8.2.0-ff5ac1e4 -SNAPSHOT
63+ image : docker.elastic.co/beats/elastic-agent:8.2.0-c75da523 -SNAPSHOT
6464 ports :
6565 - 8220:8220
6666 healthcheck :
You can’t perform that action at this time.
0 commit comments