Skip to content

Commit

Permalink
chore(deps): update grafana/promtail docker tag to v2.9.10 (#13854)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 0c28cc7 commit a9cd5e5
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 @@ -13,7 +13,7 @@ services:
- loki

promtail:
image: grafana/promtail:2.9.2
image: grafana/promtail:2.9.10
volumes:
- /var/log:/var/log
command: -config.file=/etc/promtail/config.yml
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 @@ -71,7 +71,7 @@ services:
- ./loki/:/var/log/

promtail:
image: grafana/promtail:2.9.2
image: grafana/promtail:2.9.10
volumes:
- ./loki/:/var/log/
- ./config:/etc/promtail/
Expand Down

0 comments on commit a9cd5e5

Please sign in to comment.