Skip to content

Commit 4624f12

Browse files
Update Elastic Docker images to v9.1.2 (#18256)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0651682 commit 4624f12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/docs/reference/modules/Elasticsearch/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2.2'
22
services:
33
es01:
4-
image: docker.elastic.co/elasticsearch/elasticsearch:9.1.1
4+
image: docker.elastic.co/elasticsearch/elasticsearch:9.1.2
55
container_name: es01
66
environment:
77
- node.name=es01
@@ -25,7 +25,7 @@ services:
2525
networks:
2626
- elastic
2727
es02:
28-
image: docker.elastic.co/elasticsearch/elasticsearch:9.1.1
28+
image: docker.elastic.co/elasticsearch/elasticsearch:9.1.2
2929
container_name: es02
3030
environment:
3131
- node.name=es02
@@ -48,7 +48,7 @@ services:
4848
- elastic
4949
kibana:
5050
container_name: kibana
51-
image: docker.elastic.co/kibana/kibana:9.1.1
51+
image: docker.elastic.co/kibana/kibana:9.1.2
5252
environment:
5353
ELASTICSEARCH_HOSTS: '["http://es01:9200","http://es02:9200"]'
5454
# Disable security features in Kibana

0 commit comments

Comments
 (0)