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:
renovate[bot] 2023-06-14 14:12:30 -04:00 committed by GitHub
parent 19aaa7908e
commit 33d1ae2c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -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": [
{

View File

@ -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"