From f4ae32862b8c6b143b0d246cd0c465e4a0f0dc09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Oct 2023 17:51:25 +0000 Subject: [PATCH] fix: compose/grafana/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-CURL-5958912 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-5958912 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-5958913 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-5958913 - https://snyk.io/vuln/SNYK-ALPINE318-NGHTTP2-5954768 --- compose/grafana/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/grafana/Dockerfile b/compose/grafana/Dockerfile index b418bb8..9862bdf 100644 --- a/compose/grafana/Dockerfile +++ b/compose/grafana/Dockerfile @@ -1,4 +1,4 @@ -FROM grafana/grafana +FROM grafana/grafana:10.1.5 ADD ./config.ini /etc/grafana/config.ini ADD ./provisioning/datasources/prometheus.yaml /etc/grafana/provisioning/datasources/prometheus.yaml