From a9c53589fbfa9bc09b03020215357f4e461d1bfc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Aug 2023 17:03:47 +0000 Subject: [PATCH] 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 --- docker/grafana/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/grafana/Dockerfile b/docker/grafana/Dockerfile index 40ec2f03b0ef..91f000f0720a 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