Skip to content

Commit 50647f9

Browse files
chore(deps): update grafana/loki docker tag to v2.9.17
1 parent 4b54270 commit 50647f9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

compose-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
restart: unless-stopped
3232

3333
loki:
34-
image: grafana/loki:${LOKI_VERSION:-2.8.2}
34+
image: grafana/loki:${LOKI_VERSION:-2.9.17}
3535
user: ":"
3636
command: -config.file=/etc/loki/loki.yml
3737
volumes:

compose-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737

3838
loki:
3939
profiles: [monitoring-log-aggregator]
40-
image: grafana/loki:${LOKI_VERSION:-2.9.15}
40+
image: grafana/loki:${LOKI_VERSION:-2.9.17}
4141
user: ":"
4242
networks: [dvnode]
4343
command: -config.file=/etc/loki/loki.yml

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ services:
213213
restart: unless-stopped
214214

215215
loki:
216-
image: grafana/loki:${LOKI_VERSION:-2.9.15}
216+
image: grafana/loki:${LOKI_VERSION:-2.9.17}
217217
profiles: [""]
218218
user: ":"
219219
networks: [dvnode]

0 commit comments

Comments
 (0)