Skip to content

Commit

Permalink
deps(docker-compose): update grafana/grafana docker tag to v11.2.1 (#377
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 89fb722 commit c3a184b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
container_name: suivi-bourse-graf
depends_on:
- prometheus
image: grafana/grafana:11.2.0
image: grafana/grafana:11.2.1
ports:
- 3000:3000
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
container_name: suivi-bourse-graf
depends_on:
- prometheus
image: grafana/grafana:11.2.0
image: grafana/grafana:11.2.1
ports:
- 3000:3000
restart: unless-stopped
Expand Down

0 comments on commit c3a184b

Please sign in to comment.