From 3c9fd2fe9e9be3af3de214f78361de96fe638e06 Mon Sep 17 00:00:00 2001 From: mccolister1017 <36525169+mccolister1017@users.noreply.github.com> Date: Thu, 29 Sep 2022 15:59:18 +0000 Subject: [PATCH] Update Pi-hole to 2022.09.4 (#173) Co-authored-by: Steven Briscoe --- pi-hole/docker-compose.yml | 2 +- pi-hole/umbrel-app.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pi-hole/docker-compose.yml b/pi-hole/docker-compose.yml index e3401ec..b9b0c9c 100644 --- a/pi-hole/docker-compose.yml +++ b/pi-hole/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 80 PROXY_AUTH_ADD: "false" server: - image: pihole/pihole:2022.09.2@sha256:58885428b079ebb4adcf543c56f050ce26094a3f1cfe897104e2626728378648 + image: pihole/pihole:2022.09.4@sha256:aa6140856dfc67f3ae36c352e30903f944e4e220699ffeeaf6b85235b2d84c95 # 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/pi-hole/umbrel-app.yml b/pi-hole/umbrel-app.yml index 19b5586..81498bf 100644 --- a/pi-hole/umbrel-app.yml +++ b/pi-hole/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: pi-hole category: Networking name: Pi-hole -version: "2022.09.2" +version: "2022.09.4" tagline: Block ads on your entire network description: >- Instead of browser plugins or other software on each computer, @@ -30,3 +30,5 @@ path: "/admin/" defaultUsername: "" deterministicPassword: true torOnly: false +releaseNotes: >- + - Various internal improvements \ No newline at end of file