Skip to content

Commit

Permalink
chore(deps): update grafana/grafana docker tag to v11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 25, 2024
1 parent 9136001 commit 2b87045
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 @@ -45,7 +45,7 @@ services:
test: wget --no-verbose --tries=1 --spider http://localhost:9090/status || exit 1

grafana:
image: grafana/grafana:11.1.0
image: grafana/grafana:11.1.1
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:11.1.0
image: grafana/grafana:11.1.1
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:11.1.0
image: grafana/grafana:11.1.1
extra_hosts: ['host.docker.internal:host-gateway']
container_name: grafana
ports:
Expand Down

0 comments on commit 2b87045

Please sign in to comment.