File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ services:
33
33
fleet-server : { condition: service_healthy }
34
34
35
35
elasticsearch :
36
- image : docker.elastic.co/elasticsearch/elasticsearch:7.17.16-641039af -SNAPSHOT
36
+ image : docker.elastic.co/elasticsearch/elasticsearch:7.17.16-1c2c59f9 -SNAPSHOT
37
37
ports :
38
38
- 9200:9200
39
39
healthcheck :
@@ -62,7 +62,7 @@ services:
62
62
- " ./testing/docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
63
63
64
64
kibana :
65
- image : docker.elastic.co/kibana/kibana:7.17.16-641039af -SNAPSHOT
65
+ image : docker.elastic.co/kibana/kibana:7.17.16-1c2c59f9 -SNAPSHOT
66
66
ports :
67
67
- 5601:5601
68
68
healthcheck :
@@ -86,7 +86,7 @@ services:
86
86
package-registry : { condition: service_healthy }
87
87
88
88
fleet-server :
89
- image : docker.elastic.co/beats/elastic-agent:7.17.16-641039af -SNAPSHOT
89
+ image : docker.elastic.co/beats/elastic-agent:7.17.16-1c2c59f9 -SNAPSHOT
90
90
ports :
91
91
- 8220:8220
92
92
healthcheck :
You can’t perform that action at this time.
0 commit comments