Skip to content

Commit b8d3b61

Browse files
chore(deps): update docker.elastic.co/kibana/kibana docker tag to v9.0.3 (elastic#1171)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 2ad0bac commit b8d3b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/go-kibana-rest/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
ports:
1212
- "9200:9200/tcp"
1313
set-kibana-password:
14-
image: docker.elastic.co/kibana/kibana:9.0.2@sha256:738599d9fbfc51e7c5af8e45b52d9d84f52db8f1849fb3fb648ea4b763f512b9
14+
image: docker.elastic.co/kibana/kibana:9.0.3@sha256:c4c00a485fbc3619d8373f3bc74e9dd5b5a34380ef50442be4366e8fb57cd50a
1515
restart: on-failure
1616
links:
1717
- elasticsearch
@@ -22,7 +22,7 @@ services:
2222
elasticsearch:
2323
condition: service_started
2424
kibana:
25-
image: docker.elastic.co/kibana/kibana:9.0.2@sha256:738599d9fbfc51e7c5af8e45b52d9d84f52db8f1849fb3fb648ea4b763f512b9
25+
image: docker.elastic.co/kibana/kibana:9.0.3@sha256:c4c00a485fbc3619d8373f3bc74e9dd5b5a34380ef50442be4366e8fb57cd50a
2626
environment:
2727
SERVER_NAME: kibana
2828
ELASTICSEARCH_HOSTS: http://es:9200

0 commit comments

Comments
 (0)