From ca9530316c075e59520ea7044fb8ced320959111 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Oct 2023 19:09:37 +0000 Subject: [PATCH] fix: stacks/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 --- stacks/grafana.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/grafana.Dockerfile b/stacks/grafana.Dockerfile index 81ff745389..26316a3021 100644 --- a/stacks/grafana.Dockerfile +++ b/stacks/grafana.Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.2 -FROM grafana/grafana:latest +FROM grafana/grafana:10.1.5 COPY stacks/grafana/flow_monitoring_dashboard.json /etc/grafana/provisioning/dashboards COPY stacks/grafana/prometheus_datasource.yml /etc/grafana/provisioning/datasources COPY stacks/grafana/dashboard.yml /etc/grafana/provisioning/dashboards