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 4446fd1c7 fix: upgrade grafana for CVE-2025-4123 (#8462)
4446fd1c7 is described below
commit 4446fd1c734dad7b2ff8634cfb1b66bb56367efb
Author: Klesh Wong <[email protected]>
AuthorDate: Wed Jun 4 10:40:08 2025 +0800
fix: upgrade grafana for CVE-2025-4123 (#8462)
---
grafana/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grafana/Dockerfile b/grafana/Dockerfile
index da6e71a07..73f9ddae9 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.6.0
+FROM grafana/grafana:11.6.2
COPY ./provisioning/dashboards /etc/grafana/provisioning/dashboards
COPY ./provisioning/datasources /etc/grafana/provisioning/datasources
COPY ./dashboards /etc/grafana/dashboards