Skip to content

Commit b2fc62e

Browse files
committed
Update Elasticsearch and Kibana images to version 8.19.4
1 parent 4d831b6 commit b2fc62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.3
3+
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.4
44
environment:
55
discovery.type: single-node
66
xpack.security.enabled: 'false'
@@ -19,7 +19,7 @@ services:
1919
depends_on:
2020
elasticsearch:
2121
condition: service_healthy
22-
image: docker.elastic.co/kibana/kibana:8.18.3
22+
image: docker.elastic.co/kibana/kibana:8.19.4
2323
ports:
2424
- 5601:5601
2525
networks:

0 commit comments

Comments
 (0)