diff --git a/production/docker-compose.yaml b/production/docker-compose.yaml index 1e1cd864b0e5..c0178b84a974 100644 --- a/production/docker-compose.yaml +++ b/production/docker-compose.yaml @@ -5,7 +5,7 @@ networks: services: loki: - image: grafana/loki:2.9.2 + image: grafana/loki:2.9.10 ports: - "3100:3100" command: -config.file=/etc/loki/local-config.yaml diff --git a/production/docker/docker-compose.yaml b/production/docker/docker-compose.yaml index 5b42a434377c..64521439dc80 100644 --- a/production/docker/docker-compose.yaml +++ b/production/docker/docker-compose.yaml @@ -14,7 +14,7 @@ services: # Loki would not have permissions to create the directories. # Therefore the init container changes permissions of the mounted directory. init: - image: &lokiImage grafana/loki:2.9.2 + image: &lokiImage grafana/loki:2.9.10 user: root entrypoint: - "chown"