Skip to content

Commit 4c406f2

Browse files
committed
chore: Update docker-compose.yml
Made with ❤️️ by updatecli
1 parent e7347e8 commit 4c406f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
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.16-641039af-SNAPSHOT
36+
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.16-1c2c59f9-SNAPSHOT
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.16-641039af-SNAPSHOT
65+
image: docker.elastic.co/kibana/kibana:7.17.16-1c2c59f9-SNAPSHOT
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.16-641039af-SNAPSHOT
89+
image: docker.elastic.co/beats/elastic-agent:7.17.16-1c2c59f9-SNAPSHOT
9090
ports:
9191
- 8220:8220
9292
healthcheck:

0 commit comments

Comments
 (0)