Skip to content

Commit 6036916

Browse files
apmmachineScholar-Li
authored andcommitted
chore: Update snapshot.yml (elastic#36834)
Made with ❤️️ by updatecli Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
1 parent ac4a351 commit 6036916

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
@@ -3,7 +3,7 @@
33
version: '2.3'
44
services:
55
elasticsearch:
6-
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.0-3a221f77-SNAPSHOT
6+
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.0-1a1295ff-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.0-3a221f77-SNAPSHOT
34+
image: docker.elastic.co/logstash/logstash:8.12.0-1a1295ff-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.0-3a221f77-SNAPSHOT
47+
image: docker.elastic.co/kibana/kibana:8.12.0-1a1295ff-SNAPSHOT
4848
environment:
4949
- "ELASTICSEARCH_USERNAME=kibana_system_user"
5050
- "ELASTICSEARCH_PASSWORD=testing"

0 commit comments

Comments
 (0)