Skip to content

Commit c7929bd

Browse files
chore: Update docker-compose.yml (#19580)
Made with ❤️️ by updatecli Co-authored-by: elastic-observability-automation[bot] <180520183+elastic-observability-automation[bot]@users.noreply.github.com>
1 parent 5139a9a commit c7929bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
fleet-server: { condition: service_healthy }
3434

3535
elasticsearch:
36-
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.30-3dae2ee8-SNAPSHOT-amd64
36+
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.30-ba78de27-SNAPSHOT-amd64
3737
ports:
3838
- 9200:9200
3939
healthcheck:
@@ -62,7 +62,7 @@ services:
6262
- "./testing/docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
6363

6464
kibana:
65-
image: docker.elastic.co/kibana/kibana:7.17.30-3dae2ee8-SNAPSHOT-amd64
65+
image: docker.elastic.co/kibana/kibana:7.17.30-ba78de27-SNAPSHOT-amd64
6666
ports:
6767
- 5601:5601
6868
healthcheck:
@@ -86,7 +86,7 @@ services:
8686
package-registry: { condition: service_healthy }
8787

8888
fleet-server:
89-
image: docker.elastic.co/beats/elastic-agent:7.17.30-3dae2ee8-SNAPSHOT-amd64
89+
image: docker.elastic.co/beats/elastic-agent:7.17.30-ba78de27-SNAPSHOT-amd64
9090
ports:
9191
- 8220:8220
9292
healthcheck:

0 commit comments

Comments
 (0)