Skip to content

Commit 497baae

Browse files
authored
chore: bump versions
1 parent 9236fe1 commit 497baae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/grafana-monitoring/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
loki:
4-
image: grafana/loki:2.9.11
4+
image: grafana/loki:2.9.15
55
container_name: loki
66
hostname: loki
77
volumes:
@@ -68,7 +68,7 @@ services:
6868
# - monitoring_default
6969

7070
telegraf:
71-
image: telegraf:1.34.4
71+
image: telegraf:1.35
7272
container_name: telegraf
7373
hostname: telegraf
7474
restart: unless-stopped
@@ -95,7 +95,7 @@ services:
9595
# - monitoring_default
9696

9797
grafana:
98-
image: grafana/grafana-oss:12.0.2
98+
image: grafana/grafana-oss:latest
9999
container_name: grafana
100100
hostname: grafana
101101
restart: unless-stopped

0 commit comments

Comments
 (0)