Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ekofr/pihole-exporter:latest docker digest to 8b771a1 #1872

Merged
merged 1 commit into from
Nov 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/host_vars/pihole/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
interval: "{{ healthchecks_defaults.ping.interval }}s"
retries: 5
pihole_exporter:
image: ekofr/pihole-exporter:latest@sha256:9ba1f740fccc64ea2b73c262520615e9b93b07eecbd31a465b700dc2e92cefe7
image: ekofr/pihole-exporter:latest@sha256:8b771a14070a515ba6b144a43b4be6e8fe5e97f0b06f31ed7c662e2b92d01f71
ports:
- "{{ compose_project_ports.pihole_exporter[0] }}:9617"
environment:
Expand Down
Loading