mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-07 23:04:06 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user