Skip to content

Commit

Permalink
fix: stacks/grafana.Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 12, 2023
1 parent 4d42a0e commit ca95303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/grafana.Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ca95303

Please sign in to comment.