mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update PiHole to 2023.02.2 (#421)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
3e2f8fe9e7
commit
ba20b5a6c3
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
server:
|
||||
image: pihole/pihole:2023.02.0@sha256:65047a58be709cbfee9586ed224e7e1fd49233be4074e1659baee335105093f2
|
||||
image: pihole/pihole:2023.02.2@sha256:9abbf1c218f32a4084e614150a44714f046f73c40a9d2889a0e6edf01ff0a387
|
||||
# Pi-hole doesn't currently support running as non-root
|
||||
# https://github.com/pi-hole/docker-pi-hole/issues/685
|
||||
# user: "1000:1000"
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: pi-hole
|
||||
category: Networking
|
||||
name: Pi-hole
|
||||
version: "5.18.4"
|
||||
version: "2023.02.2"
|
||||
tagline: Block ads on your entire network
|
||||
description: >-
|
||||
Instead of browser plugins or other software on each computer,
|
||||
@ -31,17 +31,17 @@ defaultUsername: ""
|
||||
deterministicPassword: true
|
||||
torOnly: false
|
||||
releaseNotes: >-
|
||||
- FTL v5.21
|
||||
Starting with version 2023.02.02, the versioning of the Pi-hole app has been updated to reference the docker-pi-hole version (https://github.com/pi-hole/docker-pi-hole).
|
||||
This release includes specific versions of the Pi-hole components: Core v5.15.5, FTL v5.21, and AdminLTE v5.18.4
|
||||
|
||||
- Core v5.14.4
|
||||
|
||||
Version 2023.02.02 Changelog:
|
||||
|
||||
- db_queries.php: use the same color scheme from Dashboard by @rdwebdesign in pi-hole/AdminLTE#2517
|
||||
- Replace deprecated variables with the correct ones
|
||||
|
||||
- Fix multiple restarts while importing with Teleporter by @yubiuser in pi-hole/AdminLTE#2519
|
||||
|
||||
- Use the setupVars.conf option TEMPERATUREUNIT, plus slight rearrangement of settings page by @rdwebdesign in pi-hole/AdminLTE#2516
|
||||
- Remove default lightttd from the image 4961bf4
|
||||
|
||||
|
||||
Full changelog available here: https://github.com/pi-hole/AdminLTE/compare/v5.18...v5.18.4
|
||||
Full changelogs are available here: https://github.com/pi-hole/docker-pi-hole/releases
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel/commit/9ca55a25e043dcd50d5cb92c6ec756d368bb4794
|
||||
|
Loading…
Reference in New Issue
Block a user