diff --git a/pi-hole/docker-compose.yml b/pi-hole/docker-compose.yml index f89eac41..bb2566f7 100644 --- a/pi-hole/docker-compose.yml +++ b/pi-hole/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: pihole/pihole:2024.02.0@sha256:8077053835c2d2449041adad0c272d6e5fea3df91c5dfc3dae2bd950999c3118 + image: pihole/pihole:2024.07.0@sha256:0def896a596e8d45780b6359dbf82fc8c75ef05b97e095452e67a0a4ccc95377 # Pi-hole doesn't currently support running as non-root # https://github.com/pi-hole/docker-pi-hole/issues/685 # user: "1000:1000" @@ -18,4 +18,4 @@ services: # Listen on all interfaces, permit all origins - DNSMASQ_LISTENING=all cap_add: - - NET_ADMIN + - NET_ADMIN \ No newline at end of file diff --git a/pi-hole/umbrel-app.yml b/pi-hole/umbrel-app.yml index f4e2e616..9e039db1 100644 --- a/pi-hole/umbrel-app.yml +++ b/pi-hole/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: pi-hole category: networking name: Pi-hole -version: "2024.02.0" +version: "2024.07.0" tagline: Block ads on your entire network description: >- Instead of browser plugins or other software on each computer, @@ -13,7 +13,8 @@ description: >- improved and will feel faster. - In addition to blocking advertisements, Pi-hole® has an informative Web interface that shows stats on all the domains being queried on your network. Pi-hole® works fine with an existing DHCP server, but you can use Pi-hole®’s to keep your network management in one place. + In addition to blocking advertisements, Pi-hole® has an informative Web interface that shows stats on all the domains being queried on your network. Pi-hole® works fine with an existing DHCP server, but you can use Pi-hole®'s to keep your network management in one place. + Pi-hole® and the Pi-hole® logo are registered trademarks of Pi-hole. Umbrel is not sponsored, endorsed by, or associated with Pi-hole®. developer: Pi-hole® @@ -31,9 +32,9 @@ defaultUsername: "" deterministicPassword: true torOnly: false releaseNotes: >- - This is a minor bug-fix release, and includes FTL v5.24, Web 5.12, and Core v5.17.3. + 🚨 This release fixes a vulnerability that was recently discovered in Pi-hole's gravity script that could allow an authenticated user to read system files through the web interface. Please update immediately. - Full release notes can be found here: https://pi-hole.net/blog/2024/01/06/pi-hole-ftl-v5-24-and-core-v5-17-3-released/ + More information can be found at https://github.com/pi-hole/pi-hole/security/advisories/GHSA-95g6-7q26-mp9x submitter: Umbrel -submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794 +submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794 \ No newline at end of file