From 7b9bb1bbba31d8be96ac4bd59f08fb7ebcec2dd5 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 6 Oct 2021 15:54:28 +0100 Subject: [PATCH] Update pi-hole app to 2021.10 (#1024) --- apps/pi-hole/docker-compose.yml | 2 +- apps/registry.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/pi-hole/docker-compose.yml b/apps/pi-hole/docker-compose.yml index 66821d4..9f1efaf 100644 --- a/apps/pi-hole/docker-compose.yml +++ b/apps/pi-hole/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: pihole/pihole:2021.09@sha256:42837bd859b91b5584e9df185a59b16fda2f04109d68f050889a58274ff27004 + image: pihole/pihole:2021.10@sha256:ce9ba6e58a48ed3dbd6d1dbd884cb5dab6c1edb384b7f4b745ad72cca147a07a # Pi-hole doesn't currently support running as non-root # https://github.com/pi-hole/docker-pi-hole/issues/685 # user: "1000:1000" diff --git a/apps/registry.json b/apps/registry.json index 0a6fec3..1731da6 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -47,7 +47,7 @@ "id": "pi-hole", "category": "Networking", "name": "Pi-hole", - "version": "2021.09", + "version": "2021.10", "tagline": "Block ads on your entire network", "description": "Instead of browser plugins or other software on each computer, install Pi-hole® on your Umbrel and your entire network is protected. Network-level blocking allows you to block ads in non-traditional places such as mobile apps and smart TVs, regardless of hardware or OS. Since advertisements are blocked before they are downloaded, network performance is improved and will feel faster. \n\nIn 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.\n\n 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®",