Update adguard-home to v0.107.60 (#2572)

This commit is contained in:
Alexander L. 2025-04-15 13:18:13 +02:00 committed by GitHub
parent b16676728d
commit 018a906d71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: adguard/adguardhome:v0.107.59@sha256:5d5e3aef39a8c8906a324f0c2da0a6123929e459b57c1e3f05e401dca5c7bf02
image: adguard/adguardhome:v0.107.60@sha256:f793df60142d249f2b869e95da4516acb96104aaa799bc3efb090622964242bd
# override the default command to set the web address to port 8095 to avoid conflict with Thunderhub
# command from Dockerfile: https://github.com/AdguardTeam/AdGuardHome/blob/master/docker/Dockerfile
command: ["--no-check-update", "-c", "/opt/adguardhome/conf/AdGuardHome.yaml", "-w", "/opt/adguardhome/work", "--web-addr", "0.0.0.0:8095"]

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: adguard-home
category: networking
name: AdGuard Home
version: "0.107.59"
version: "0.107.60"
tagline: Network-wide software for blocking ads and tracking
description: >-
⚠️ See below for important set-up instructions.
@ -19,10 +19,12 @@ description: >-
This ensures that the app will not conflict with other apps from the Umbrel App Store, and that the app will be accessible
when clicking on the app icon in the umbrelOS homescreen.
releaseNotes: >-
This release includes bug fixes:
This release includes security improvements and bug fixes:
- Fixed an issue with rules using the client modifier
- Resolved a problem with the search form in the query log
- Updated Go version to address security vulnerabilities
- Fixed filtering for DHCP clients
- Improved validation for HTTPS port on Encryption Settings page
- Updated Alpine Linux version in Docker image
Full release notes can be found at https://github.com/AdguardTeam/AdGuardHome/releases