File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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:11.2.2
23+ image : grafana/grafana:11.3.0
2424 environment :
2525 GF_SECURITY_ADMIN_PASSWORD : ${GF_SECURITY_ADMIN_PASSWORD}
2626 GF_USERS_ALLOW_SIGN_UP : ' false'
@@ -71,7 +71,7 @@ services:
7171
7272 prometheus :
7373 # https://github.com/prometheus/prometheus/releases
74- image : prom/prometheus:v2.54.1
74+ image : prom/prometheus:v2.55.0
7575 volumes :
7676 - prometheus_data:/prometheus
7777 command : --config.file=/prometheus.yml --storage.tsdb.retention.time=30d
@@ -110,7 +110,7 @@ services:
110110
111111 cadvisor :
112112 # https://github.com/google/cadvisor/releases
113- image : gcr.io/cadvisor/cadvisor:v0.50 .0
113+ image : gcr.io/cadvisor/cadvisor:v0.51 .0
114114 networks :
115115 - app_backend
116116 volumes :
You can’t perform that action at this time.
0 commit comments