Skip to content

Commit

Permalink
deps(docker-compose): update grafana/grafana docker tag to v11.3.1 (#397
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 Nov 20, 2024
1 parent 38e3bab commit a5c3518
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.3.0
image: grafana/grafana:11.3.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.3.0
image: grafana/grafana:11.3.1
ports:
- 3000:3000
restart: unless-stopped
Expand Down

0 comments on commit a5c3518

Please sign in to comment.