Skip to content

Releases: pi-hole/docker-pi-hole

2025.11.1

27 Nov 18:41
8d7671a

Choose a tag to compare

What's Changed (Docker Specific)

New Contributors

Full Changelog: 2025.11.0...2025.11.1


What's Changed (FTL v6.4.1)

New Contributors

Full Changelog: pi-hole/FTL@v6.3.3...v6.4

What's Changed (Web v6.4)

New Contributors

Full Changelog: pi-hole/web@v6.3...v6.4

What's Changed (Core v6.3)

New Contributors

Full Changelog: pi-hole/pi-hole@v6.2.2...v6.3

2025.11.0

05 Nov 00:43
b379813

Choose a tag to compare

Re-release, the riscv64 part of the image is not currently building and preventing the image from being published for other architectures.

I have disabled the riscv64 build for the time being until I have time to debug what is happening with it. I

If you are running this image on riscv64, please get in touch via issues if you are willing to help troubleshoot the process!

Otherwise, nothing specific for Docker, tagging to get an FTL change out:

What's Changed (FTL v6.3.3)

Full Changelog: pi-hole/FTL@v6.3.2...v6.3.3

2025.10.3

28 Oct 17:10
4162725

Choose a tag to compare

Pi-hole releases are a lot like London Buses. You don't see one for ages, and then they all come along at once

What's Changed (Docker Specific)

Full Changelog: 2025.10.2...2025.10.3

What's Changed (FTL v6.3.2)

Full Changelog: pi-hole/FTL@v6.3.1...v6.3.2

What's Changed (Core v6.2.2)

New Contributors

Full Changelog: pi-hole/pi-hole@v6.2.1...v6.2.2

2025.10.2

27 Oct 23:03
8756dfc

Choose a tag to compare

Nothing Docker-specific

Tagging to include FTL v6.3.1

What's Changed

New Contributors

Full Changelog: pi-hole/FTL@v6.3...v6.3.1

2025.10.1

26 Oct 20:19
8756dfc

Choose a tag to compare

Just a couple of docker tweaks - should fix the issues seen in #1918

What's Changed

Full Changelog: 2025.10.0...2025.10.1

2025.10.0

25 Oct 10:57
ad95d1c

Choose a tag to compare

What's Changed (Docker Specific)

Full Changelog: 2025.08.0...2025.10.0

Release notes for other components

FTL v6.3

What's Changed

New Contributors

Full Changelog: pi-hole/FTL@v6.2.3...v6.3

Core v6.2

What's Changed

Read more

2025.08.0

04 Aug 11:51
f4aac36

Choose a tag to compare

What's Changed (Docker Specfic)

Full Changelog: 2025.07.1...2025.08.0

2025.07.1

14 Jul 21:58
b2064c8

Choose a tag to compare

What's Changed (Docker Specific)

  • Prevent cosmetic issue where component versions are sometimes labeled as commit hashes by @PromoFaux in #1866

Full Changelog: 2025.07.0...2025.07.1


What's Changed (Core v6.1.4)

Full Changelog: pi-hole/pi-hole@v6.1.3...v6.1.4

2025.07.0

14 Jul 20:11
875cf63

Choose a tag to compare

What's Changed (Docker Specific)

New Contributors

Full Changelog: 2025.06.2...2025.07.0


No Docker Specific Changes - This tag brings in the latest changes from Core v6.1.3

https://pi-hole.net/blog/2025/07/13/pi-hole-core-v6-1-3-released/

What's Changed (Pi-hole Core v6.1.3)

This is a bugfix release for the core Pi-hole code.

Fixes

  • Prevent gravity from failing due to an empty shell variable. #6191
    This fixes a case where calls to pihole -g failed during list downloads.
  • Require privileged status (root or sudo) for all user calls to pihole. #6312
    This fixes cases where users are unable to change or update the admin password.
  • Exit installation if FTL binary can not be downloaded. #6316
    Abort update if FTL branch does not exist. #6329
    These fix cases where the installation did not fully complete or an update left the installation with mismatched binary and repository versions. Both fixes contributed by @MichaIng
  • Restore pihole -q function. #6284
    This fixes a case where running a query immediately failed with an error message for an unknown file.

Miscellaneous Fixes and Improvements

  • Display output from FTL commands in color on the terminal. #6314
  • Add note to final installation dialog box showing users where to find instructions for allowing a user to run Pi-hole commands without authentication. #6152
  • Allow pihole tail to search for strings beginning with the hyphen character. #6318 Contributed by @rrobgill
  • Do not update the package cache on updates. #6282
  • Improve default route detection in debugging process. #6303 Contributed by @rrobgill
  • Improve detecting loopback interfaces in the installer. #6269 Contributed by @deHakkelaar

Full Changelog: pi-hole/pi-hole@v6.1.2...v6.1.3

2025.06.2

12 Jun 15:31
8e04e6b

Choose a tag to compare

No Docker Specific Changes - This tag brings in the latest changes from FTL 6.2.3

What's Changed (FTL 6.2.3)

This patch release contains fixes for almost all reported bugs (most importantly, it fixes a logging regression where types are missing from pihole.log as well as a crash in filter_servers() deep down in dnsmasq code). There is one remaining issue about the behavior of server=/example.com/1.2.3.4 having changed which we are still working on with the maintainers of dnsmasq.