Skip to content

Commit

Permalink
chore(deps): update grafana/loki docker tag to v2.9.10 (#13848)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Rogers <129207811+paul1r@users.noreply.github.com>
  • Loading branch information
renovate[bot] and paul1r authored Aug 12, 2024
1 parent ea6395a commit f933a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion production/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion production/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f933a3b

Please sign in to comment.