Update docker.io/pihole/pihole Docker tag to v2025.06.0
On all three nodes I upgraded Pi-hole successfully by means of fully automated Watchtower Docker container update with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/pihole/pihole | minor | 2025.05.1 -> 2025.06.0 |
Release Notes
pi-hole/docker-pi-hole (docker.io/pihole/pihole)
v2025.06.0
This release should fix the majority of crashing issues that were seen with FTL 6.2 an 6.2.1. There are still a couple of outliers (https://github.com/pi-hole/FTL/issues/2494, and https://github.com/pi-hole/FTL/issues/2496), but these only seem to be affecting bare metal installs so far. Thank you for your continuing patience
What's Changed (Docker Specific)
- RISCV arch added back to image https://github.com/pi-hole/docker-pi-hole/commit/4f34e6fcb028f3856b3f4c34d189cd0727cc2388 (Does anyone even use the RISCV docker image?)
Full Changelog: https://github.com/pi-hole/docker-pi-hole/compare/2025.05.1...2025.06.0
What's Changed (FTL v6.2.2)
This release addresses crashes reported in https://github.com/pi-hole/FTL/issues/2473 https://github.com/pi-hole/FTL/issues/2475 https://github.com/pi-hole/FTL/issues/2481 and friends.
- Update build containers to Alpine 3.22 by @DL6ER in https://github.com/pi-hole/FTL/pull/2477
- Update dnsmasq to 2.92test11(-1) by @DL6ER in https://github.com/pi-hole/FTL/pull/2486
- Update dnsmasq to 2.92test11 by @DL6ER in https://github.com/pi-hole/FTL/pull/2489
- Revert the SQLite update to 3.50.0 as it is causing crashes for users by @DL6ER in https://github.com/pi-hole/FTL/pull/2488
- Update Lua to 5.4.8 (bugfix) by @DL6ER in https://github.com/pi-hole/FTL/pull/2491
- Fix typos in misc config settings by @rrobgill in #2485
- Display invalid character and offset correctly in hostname diagnosis by @rrobgill in #2484
Full Changelog: https://github.com/pi-hole/FTL/compare/v6.2...v6.2.2
What's Changed (Core v6.1.2)
- Make LOGFILE readonly after assignment by @dschaper in https://github.com/pi-hole/pi-hole/pull/6261
- Revert "Use PID1 to determine which command to use when toggeling services" by @dschaper in https://github.com/pi-hole/pi-hole/pull/6262
Full Changelog: https://github.com/pi-hole/pi-hole/compare/v6.1...v6.1.1