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 <snyk-bot@snyk.io>
This commit is contained in:
Nazar Hussain
2023-09-11 12:01:56 +02:00
committed by GitHub
parent 4dcbbb73d7
commit bbfdcb4cbe

View File

@@ -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