From ab773c7c88fe6a99b3e0c032703c2807717e9cf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 22:06:20 +0000 Subject: [PATCH 1/2] chore(deps): update adguard/adguardhome docker tag to v0.107.16 --- apps/adguard/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/adguard/docker-compose.yml b/apps/adguard/docker-compose.yml index bfcd7331..510caa21 100644 --- a/apps/adguard/docker-compose.yml +++ b/apps/adguard/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: adguard: - image: adguard/adguardhome:v0.107.13 + image: adguard/adguardhome:v0.107.16 container_name: adguard volumes: - "${APP_DATA_DIR}/data/work:/opt/adguardhome/work" From 6296513e8325f5aaaabd1f9d7545ff66958a4963 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 13 Oct 2022 22:06:33 +0000 Subject: [PATCH 2/2] Update app version --- apps/adguard/config.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/apps/adguard/config.json b/apps/adguard/config.json index c7b1e9d6..c2106c50 100644 --- a/apps/adguard/config.json +++ b/apps/adguard/config.json @@ -2,17 +2,22 @@ "$schema": "../schema.json", "name": "Adguard", "available": true, - "tipi_version": 2, - "version": "0.107.13", + "tipi_version": 3, + "version": "0.107.16", "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": [ {