From bbfdcb4cbe940998266fb7bd1ad040f4d323985d Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Mon, 11 Sep 2023 12:01:56 +0200 Subject: [PATCH] chore(docker): security upgrade grafana/grafana from 8.5.25 to 8.5.27 (#5924) fix: docker/grafana/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-NCURSES-5606598 - https://snyk.io/vuln/SNYK-ALPINE315-NCURSES-5606598 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364 Co-authored-by: snyk-bot --- docker/grafana/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/grafana/Dockerfile b/docker/grafana/Dockerfile index 40ec2f03b0..91f000f072 100644 --- a/docker/grafana/Dockerfile +++ b/docker/grafana/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.4 # Same version as our ansible deployments, to minimize the diff in the dashboard on export -FROM grafana/grafana:8.5.25 +FROM grafana/grafana:8.5.27 # Datasource URL is configured with ENV variables COPY datasource.yml /etc/grafana/provisioning/datasources/datasource.yml