Skip to content

Commit ae91eb2

Browse files
authored
Merge of #45486
2 parents 1de6df2 + 7dd0ade commit ae91eb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/environments/snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
services:
44
elasticsearch:
5-
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.4-e5b3c2a3-SNAPSHOT
5+
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.4-c1e58f47-SNAPSHOT
66
# When extend is used it merges healthcheck.tests, see:
77
# https://github.com/docker/compose/issues/8962
88
# healthcheck:
@@ -37,7 +37,7 @@ services:
3737
- "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
3838

3939
logstash:
40-
image: docker.elastic.co/logstash/logstash:9.0.4-e5b3c2a3-SNAPSHOT
40+
image: docker.elastic.co/logstash/logstash:9.0.4-c1e58f47-SNAPSHOT
4141
healthcheck:
4242
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
4343
retries: 600
@@ -50,7 +50,7 @@ services:
5050
- 5055:5055
5151

5252
kibana:
53-
image: docker.elastic.co/kibana/kibana:9.0.4-e5b3c2a3-SNAPSHOT
53+
image: docker.elastic.co/kibana/kibana:9.0.4-c1e58f47-SNAPSHOT
5454
environment:
5555
- "ELASTICSEARCH_USERNAME=kibana_system_user"
5656
- "ELASTICSEARCH_PASSWORD=testing"

0 commit comments

Comments
 (0)