Skip to content

Commit 23f02e3

Browse files
chore: Update snapshot.yml (#37890)
Made with ❤️️ by updatecli Co-authored-by: apmmachine <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 0563c53 commit 23f02e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/environments/snapshot.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: '2.3'
44
services:
55
elasticsearch:
6-
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.1-f611ca6e-SNAPSHOT
6+
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.1-6b6cce09-SNAPSHOT
77
# When extend is used it merges healthcheck.tests, see:
88
# https://github.com/docker/compose/issues/8962
99
# healthcheck:
@@ -31,7 +31,7 @@ services:
3131
- "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
3232

3333
logstash:
34-
image: docker.elastic.co/logstash/logstash:8.12.1-f611ca6e-SNAPSHOT
34+
image: docker.elastic.co/logstash/logstash:8.12.1-6b6cce09-SNAPSHOT
3535
healthcheck:
3636
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
3737
retries: 600
@@ -44,7 +44,7 @@ services:
4444
- 5055:5055
4545

4646
kibana:
47-
image: docker.elastic.co/kibana/kibana:8.12.1-f611ca6e-SNAPSHOT
47+
image: docker.elastic.co/kibana/kibana:8.12.1-6b6cce09-SNAPSHOT
4848
environment:
4949
- "ELASTICSEARCH_USERNAME=kibana_system_user"
5050
- "ELASTICSEARCH_PASSWORD=testing"

0 commit comments

Comments
 (0)