From 33d1ae2c32040639723dab97d04847653d003b03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:12:30 -0400 Subject: [PATCH] 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 --- apps/adguard/config.json | 13 +++++++++---- apps/adguard/docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/adguard/config.json b/apps/adguard/config.json index eeb79789..8d5395b5 100644 --- a/apps/adguard/config.json +++ b/apps/adguard/config.json @@ -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": [ { diff --git a/apps/adguard/docker-compose.yml b/apps/adguard/docker-compose.yml index 89ac66a2..4785d886 100644 --- a/apps/adguard/docker-compose.yml +++ b/apps/adguard/docker-compose.yml @@ -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"