This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch release-v1.0
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/release-v1.0 by this push:
new d33d2170f refactor: upgrade grafana to v11.2.0 (#7993) (#7994)
d33d2170f is described below
commit d33d2170f59836b25d399c66d6bc01561aca45fa
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 3 15:14:33 2024 +0800
refactor: upgrade grafana to v11.2.0 (#7993) (#7994)
Co-authored-by: abeizn <[email protected]>
---
grafana/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grafana/Dockerfile b/grafana/Dockerfile
index 60d9f09d5..22622ca8a 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.0.0
+FROM grafana/grafana:11.2.0
COPY ./provisioning/dashboards /etc/grafana/provisioning/dashboards
COPY ./provisioning/datasources /etc/grafana/provisioning/datasources
COPY ./dashboards /etc/grafana/dashboards