Skip to content

Commit

Permalink
chore(deps): update grafana/grafana docker tag to v10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent bd5e274 commit 442b022
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boot-strategy-plugin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
test: wget --no-verbose --tries=1 --spider http://localhost:9090/status || exit 1

grafana:
image: grafana/grafana:10.1.5
image: grafana/grafana:10.2.0
extra_hosts: ['host.docker.internal:host-gateway']
container_name: grafana
depends_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

grafana:
image: grafana/grafana:10.1.5
image: grafana/grafana:10.2.0
extra_hosts: ['host.docker.internal:host-gateway']
container_name: grafana
ports:
Expand Down
2 changes: 1 addition & 1 deletion jpa/boot-data-envers/docker/docker-compose-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

grafana:
image: grafana/grafana:10.1.5
image: grafana/grafana:10.2.0
extra_hosts: ['host.docker.internal:host-gateway']
container_name: grafana
ports:
Expand Down

0 comments on commit 442b022

Please sign in to comment.