Skip to content

Commit

Permalink
chore(deps): update grafana/promtail:latest docker digest to 45d54f0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 4, 2024
1 parent 90d9bc3 commit 410e9bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/host_vars/allaboutsecurity/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "{{ compose_project_ports[0] }}:2368"
restart: always
promtail:
image: grafana/promtail:latest@sha256:ba5f128849f51db31459a8ecd63d3f50e443af8585cf088ec11cb22248c6ae23
image: grafana/promtail:latest@sha256:45d54f0ebd7a19acbcd4693a3227d84d27d98abe1dc7ea3068d31d5d02dbe696
restart: always
volumes:
- /var/log/cloudflared.log:/var/log/cloudflared.log:ro
Expand Down
2 changes: 1 addition & 1 deletion ansible/host_vars/nextcloud/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
interval: "{{ healthchecks_defaults.ping.interval }}s"
retries: 5
promtail:
image: grafana/promtail:latest@sha256:ba5f128849f51db31459a8ecd63d3f50e443af8585cf088ec11cb22248c6ae23
image: grafana/promtail:latest@sha256:45d54f0ebd7a19acbcd4693a3227d84d27d98abe1dc7ea3068d31d5d02dbe696
restart: always
volumes:
- /var/log/cloudflared.log:/var/log/cloudflared.log:ro
Expand Down
2 changes: 1 addition & 1 deletion ansible/host_vars/securemylife/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "{{ compose_project_ports[0] }}:2368"
restart: always
promtail:
image: grafana/promtail:latest@sha256:ba5f128849f51db31459a8ecd63d3f50e443af8585cf088ec11cb22248c6ae23
image: grafana/promtail:latest@sha256:45d54f0ebd7a19acbcd4693a3227d84d27d98abe1dc7ea3068d31d5d02dbe696
restart: always
volumes:
- /var/log/cloudflared.log:/var/log/cloudflared.log:ro
Expand Down

0 comments on commit 410e9bd

Please sign in to comment.