Skip to content

Commit

Permalink
chore(deps): update docker.elastic.co/kibana/kibana docker tag to v8.…
Browse files Browse the repository at this point in the history
…17.0
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 7573387 commit e1f88f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
- ./elk/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml

kibana:
image: docker.elastic.co/kibana/kibana:8.16.1
image: docker.elastic.co/kibana/kibana:8.17.0
restart: always
ports:
- "5601:5601"
Expand Down
2 changes: 1 addition & 1 deletion boot-mongodb-elasticsearch/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- ./elk/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml

kibana:
image: docker.elastic.co/kibana/kibana:8.16.1
image: docker.elastic.co/kibana/kibana:8.17.0
restart: always
ports:
- "5601:5601"
Expand Down

0 comments on commit e1f88f1

Please sign in to comment.