Skip to content

Commit

Permalink
chore(deps): update docker.elastic.co/kibana/kibana docker tag to v7.…
Browse files Browse the repository at this point in the history
…17.17
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent 6eec903 commit 9d37221
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-cloudwatch-project/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- elasticsearch

kibana:
image: docker.elastic.co/kibana/kibana:7.17.16
image: docker.elastic.co/kibana/kibana:7.17.17
container_name: kibana
environment:
- ELASTICSEARCH_URL=http://elasticsearch:9200
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-project/consumer/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:

kibana:
container_name: kibana
image: docker.elastic.co/kibana/kibana:7.17.16
image: docker.elastic.co/kibana/kibana:7.17.17
environment:
- ELASTICSEARCH_HOSTS=http://elasticsearch:9200
ports:
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-project/producer/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- elastic

kibana:
image: docker.elastic.co/kibana/kibana:7.17.16
image: docker.elastic.co/kibana/kibana:7.17.17
container_name: kibana
environment:
ELASTICSEARCH_URL: http://elasticsearch:9200
Expand Down

0 comments on commit 9d37221

Please sign in to comment.