Merge pull request #658 from okxlin/renovate/grafana-grafana-10.x

chore(deps): update grafana/grafana docker tag to v10.2.3
This commit is contained in:
okxlin 2023-12-19 22:05:53 +08:00 committed by GitHub
commit c8f90bac55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ services:
- "${PANEL_APP_PORT_HTTP}:3000" - "${PANEL_APP_PORT_HTTP}:3000"
volumes: volumes:
- grafana_data:/var/lib/grafana - grafana_data:/var/lib/grafana
image: grafana/grafana:10.2.2 image: grafana/grafana:10.2.3
labels: labels:
createdBy: "Apps" createdBy: "Apps"