Skip to content

Commit

Permalink
Update grafana image tag from latest to 9.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NavinSharma13 committed Sep 27, 2022
1 parent ff6a97b commit 2c88e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/monitoring/docker-compose.monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- "9089:9090"

grafana:
image: grafana/grafana:latest
image: grafana/grafana:9.1.4
ports:
- "3001:3000"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker/quickstart/docker-compose.monitoring.quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
grafana:
depends_on:
- prometheus
image: grafana/grafana:latest
image: grafana/grafana:9.1.4
ports:
- 3001:3000
volumes:
Expand Down

0 comments on commit 2c88e2a

Please sign in to comment.