From 3e5fb36f3053d6506e9995644638c2b4512fdd49 Mon Sep 17 00:00:00 2001 From: Teruya Ono <27873650+teru01@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:08:56 +0900 Subject: [PATCH] Docker compose: Update loki and promtail version tags to 2.7.1 (#8230) **What this PR does / why we need it**: Updated loki and promtail version tags to the latest. **Which issue(s) this PR fixes**: **Special notes for your reviewer**: **Checklist** - [x] Reviewed the [`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md) guide (**required**) - [ ] Documentation added - [ ] Tests updated - [ ] `CHANGELOG.md` updated - [ ] Changes that require user attention or interaction to upgrade are documented in `docs/sources/upgrading/_index.md` --- production/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production/docker-compose.yaml b/production/docker-compose.yaml index f129dba552..7d6dc10001 100644 --- a/production/docker-compose.yaml +++ b/production/docker-compose.yaml @@ -5,7 +5,7 @@ networks: services: loki: - image: grafana/loki:2.6.1 + image: grafana/loki:2.7.1 ports: - "3100:3100" command: -config.file=/etc/loki/local-config.yaml @@ -13,7 +13,7 @@ services: - loki promtail: - image: grafana/promtail:2.6.1 + image: grafana/promtail:2.7.1 volumes: - /var/log:/var/log command: -config.file=/etc/promtail/config.yml