File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
2020
2121 grafana :
2222 # https://github.com/grafana/grafana/releases
23- image : grafana/grafana:10.2.3
23+ image : grafana/grafana:10.3.1
2424 environment :
2525 GF_SECURITY_ADMIN_PASSWORD : ${GF_SECURITY_ADMIN_PASSWORD}
2626 GF_USERS_ALLOW_SIGN_UP : ' false'
@@ -42,7 +42,7 @@ services:
4242
4343 loki :
4444 # https://github.com/grafana/loki/releases
45- image : grafana/loki:2.9.3
45+ image : grafana/loki:2.9.4
4646 command : -config.file=/loki.yml
4747 configs :
4848 - source : loki_cfg
@@ -54,7 +54,7 @@ services:
5454 promtail :
5555 # https://github.com/grafana/loki/releases
5656 # (promtail is released in parallel with loki)
57- image : grafana/promtail:2.9.3
57+ image : grafana/promtail:2.9.4
5858 command : -config.file=/promtail.yml
5959 configs :
6060 - source : promtail_cfg
@@ -89,7 +89,7 @@ services:
8989
9090 pushgateway :
9191 # https://github.com/prometheus/pushgateway/releases
92- image : prom/pushgateway:v1.6.2
92+ image : prom/pushgateway:v1.7.0
9393 networks :
9494 - app_backend
9595
You can’t perform that action at this time.
0 commit comments