This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 98534700f refactor: upgrade grafana to v11.6.0 (#8391)
98534700f is described below
commit 98534700f41eee6750bcf1cda0ad5906e688c0a3
Author: Nicolas Lespiaucq <[email protected]>
AuthorDate: Mon Apr 21 11:30:12 2025 +0200
refactor: upgrade grafana to v11.6.0 (#8391)
Co-authored-by: Klesh Wong <[email protected]>
---
grafana/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grafana/Dockerfile b/grafana/Dockerfile
index 22622ca8a..da6e71a07 100644
--- a/grafana/Dockerfile
+++ b/grafana/Dockerfile
@@ -23,7 +23,7 @@
#While incubation status is not necessarily a reflection of the completeness
or stability of the code,
#it does indicate that the project has yet to be fully endorsed by the ASF.
-FROM grafana/grafana:11.2.0
+FROM grafana/grafana:11.6.0
COPY ./provisioning/dashboards /etc/grafana/provisioning/dashboards
COPY ./provisioning/datasources /etc/grafana/provisioning/datasources
COPY ./dashboards /etc/grafana/dashboards