This is an automated email from the ASF dual-hosted git repository.

zky 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 5de490899 fix: upgrade grafana to v11.0.0 (#7905)
5de490899 is described below

commit 5de490899c39b6a7e468d5ec6390b20de5e1e5b9
Author: abeizn <zikuan...@merico.dev>
AuthorDate: Fri Aug 16 09:15:38 2024 +0800

    fix: upgrade grafana to v11.0.0 (#7905)
---
 grafana/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grafana/Dockerfile b/grafana/Dockerfile
index d3b321aac..60d9f09d5 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:10.4.1
+FROM grafana/grafana:11.0.0
 COPY ./provisioning/dashboards /etc/grafana/provisioning/dashboards
 COPY ./provisioning/datasources /etc/grafana/provisioning/datasources
 COPY ./dashboards /etc/grafana/dashboards

Reply via email to