From 558c841b275378a034e0e088bf9f223acfe07cc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 20:02:16 +0200 Subject: [PATCH] chore(deps): update adguard/adguardhome docker tag to v0.107.27 (#311) * chore(deps): update adguard/adguardhome docker tag to v0.107.27 * 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 | 4 ++-- apps/adguard/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/adguard/config.json b/apps/adguard/config.json index 2ebdaac8..6013720b 100644 --- a/apps/adguard/config.json +++ b/apps/adguard/config.json @@ -3,8 +3,8 @@ "name": "Adguard", "available": true, "exposable": true, - "tipi_version": 6, - "version": "0.107.26", + "tipi_version": 7, + "version": "0.107.27", "port": 8104, "id": "adguard", "categories": [ diff --git a/apps/adguard/docker-compose.yml b/apps/adguard/docker-compose.yml index a4dfcb47..aa819708 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.26 + image: adguard/adguardhome:v0.107.27 container_name: adguard volumes: - "${APP_DATA_DIR}/data/work:/opt/adguardhome/work"