From 67d482e2c68f53f834684a463e15aba66dd97c99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Feb 2023 03:42:09 +0000 Subject: [PATCH] fix: compose/grafana/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314621 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314622 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314628 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 --- compose/grafana/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/grafana/Dockerfile b/compose/grafana/Dockerfile index b418bb8..66a4b52 100644 --- a/compose/grafana/Dockerfile +++ b/compose/grafana/Dockerfile @@ -1,4 +1,4 @@ -FROM grafana/grafana +FROM grafana/grafana:9.4.0-beta1-ubuntu ADD ./config.ini /etc/grafana/config.ini ADD ./provisioning/datasources/prometheus.yaml /etc/grafana/provisioning/datasources/prometheus.yaml