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 b16558fd4 feat:adjust grafana version to 9.5.2 (#5677)
b16558fd4 is described below
commit b16558fd4627704996f1d6647edf4cc0d787c468
Author: ZhangNing10 <[email protected]>
AuthorDate: Mon Jul 17 12:32:16 2023 +0800
feat:adjust grafana version to 9.5.2 (#5677)
---
grafana/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grafana/Dockerfile b/grafana/Dockerfile
index 6be449323..37eeb9a6e 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:9.5.1
+FROM grafana/grafana:9.5.2
COPY ./provisioning/dashboards /etc/grafana/provisioning/dashboards
COPY ./provisioning/datasources /etc/grafana/provisioning/datasources
COPY ./dashboards /etc/grafana/dashboards