This is an automated email from the ASF dual-hosted git repository. klesh pushed a commit to branch kw-6456-upgrade-grafana in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit be74733e9b35e0815b24ab88e800c6c272fae859 Author: Klesh Wong <[email protected]> AuthorDate: Wed Nov 15 13:57:58 2023 +0800 fix: close #6456 --- grafana/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/Dockerfile b/grafana/Dockerfile index 288e21af2..f0c058558 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.2 +FROM grafana/grafana:9.5.14 COPY ./provisioning/dashboards /etc/grafana/provisioning/dashboards COPY ./provisioning/datasources /etc/grafana/provisioning/datasources COPY ./dashboards /etc/grafana/dashboards
