chore(deps): update adguard/adguardhome docker tag to v0.107.50 (#3530)

This commit is contained in:
renovate[bot] 2024-05-23 14:18:51 +00:00 committed by GitHub
parent 289fcca487
commit 1cb29d56c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 14 deletions

View File

@ -3,22 +3,17 @@
"name": "Adguard",
"available": true,
"exposable": true,
"tipi_version": 28,
"version": "0.107.48",
"tipi_version": 29,
"version": "0.107.50",
"port": 8104,
"id": "adguard",
"categories": [
"network",
"security"
],
"categories": ["network", "security"],
"description": "Adguard is the best way to get rid of annoying ads and online tracking and protect your computer from malware. Make your web surfing fast, safe and ad-free.",
"short_desc": "World's most advanced adblocker!",
"author": "AdguardTeam",
"source": "https://github.com/AdguardTeam",
"requirements": {
"ports": [
53
]
"ports": [53]
},
"form_fields": [
{
@ -28,8 +23,5 @@
"env_variable": "NETWORK_INTERFACE"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
adguard:
image: adguard/adguardhome:v0.107.48
image: adguard/adguardhome:v0.107.50
container_name: adguard
volumes:
- "${APP_DATA_DIR}/data/work:/opt/adguardhome/work"