Skip to content

Commit 11d6605

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

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

0 commit comments

Comments
 (0)