Skip to content

Commit c50e2cc

Browse files
chore: Update snapshot.yml (#46661)
Made with ❤️️ by updatecli Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab47855 commit c50e2cc

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.1.4-9df92aaf-SNAPSHOT
5+
image: docker.elastic.co/elasticsearch/elasticsearch:9.1.4-9f5fb45a-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.1.4-9df92aaf-SNAPSHOT
40+
image: docker.elastic.co/logstash/logstash:9.1.4-9f5fb45a-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.1.4-9df92aaf-SNAPSHOT
53+
image: docker.elastic.co/kibana/kibana:9.1.4-9f5fb45a-SNAPSHOT
5454
environment:
5555
- "ELASTICSEARCH_USERNAME=kibana_system_user"
5656
- "ELASTICSEARCH_PASSWORD=testing"

0 commit comments

Comments
 (0)