From 3152b2cf503b4e577e2ca84fd837782646805cc2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 Jun 2022 10:08:46 +0200 Subject: [PATCH] Upgrade Pi-Hole to 2022.05 (#34) --- pi-hole/docker-compose.yml | 2 +- pi-hole/umbrel-app.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pi-hole/docker-compose.yml b/pi-hole/docker-compose.yml index d3d3a43..44009ed 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.04.3@sha256:fa050f8407fc9b63840025f7064763cc20f2b8dd30461852daabb2c33a8231f8 + image: pihole/pihole:2022.05@sha256:dcd0885a3fe050da005cb544904444cc098017636d6d495ac8770a9aa523a0ef # 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 efd3da8..9e80f95 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.04.3" +version: "2022.05" tagline: Block ads on your entire network description: >- Instead of browser plugins or other software on each computer, @@ -29,4 +29,4 @@ gallery: path: "" defaultUsername: "" deterministicPassword: true -torOnly: false \ No newline at end of file +torOnly: false