chore(deps): update adguard/adguardhome docker tag to v0.107.32 (#696)
* chore(deps): update adguard/adguardhome docker tag to v0.107.32 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
19aaa7908e
commit
33d1ae2c32
|
@ -3,17 +3,22 @@
|
|||
"name": "Adguard",
|
||||
"available": true,
|
||||
"exposable": true,
|
||||
"tipi_version": 10,
|
||||
"version": "0.107.31",
|
||||
"tipi_version": 11,
|
||||
"version": "0.107.32",
|
||||
"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": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
adguard:
|
||||
image: adguard/adguardhome:v0.107.31
|
||||
image: adguard/adguardhome:v0.107.32
|
||||
container_name: adguard
|
||||
volumes:
|
||||
- "${APP_DATA_DIR}/data/work:/opt/adguardhome/work"
|
||||
|
|
Loading…
Reference in New Issue
Block a user