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 bf6d34a #2608

Merged
merged 1 commit into from
May 2, 2024
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:bf3b5c4d0e576f4fd3829e349738d4adb6b3c519405d81d3152942884e4e374a
image: ekofr/pihole-exporter:latest@sha256:bf6d34ac9fb46f4c587de6bc2ff05e40ddcbf40db76495a4fcfc81523e3cb3e7
ports:
- "{{ compose_project_ports.pihole_exporter[0] }}:9617"
environment:
Expand Down
Loading