Bumping up our Grafana/Prom dev docker image (#24337)

We were using 8.x version of Grafana which was quite old.
Pinning Prom image to latest stable as well following our
other images.
```release-note
NONE
```
This commit is contained in:
Agniva De Sarker 2023-08-23 14:10:24 +05:30 committed by GitHub
parent e2a5293e2e
commit 5fc794eb17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,13 +113,13 @@ services:
volumes:
- "./docker/keycloak:/setup"
prometheus:
image: "prom/prometheus"
image: "prom/prometheus:v2.46.0"
volumes:
- "./docker/prometheus${IS_LINUX}.yml:/etc/prometheus/prometheus.yml"
networks:
- mm-test
grafana:
image: "grafana/grafana"
image: "grafana/grafana:10.0.3"
volumes:
- "./docker/grafana/grafana.ini:/etc/grafana/grafana.ini"
- "./docker/grafana/provisioning:/etc/grafana/provisioning"