From 400ab556a6504dbc45fe3efa9318f649a14ce439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= Date: Sun, 5 Mar 2023 14:13:24 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20AdGuard=20Home?= =?UTF-8?q?=20to=20v0.107.25=20(#395)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adguard/Dockerfile b/adguard/Dockerfile index f8ea8c5..eb1f17b 100755 --- a/adguard/Dockerfile +++ b/adguard/Dockerfile @@ -21,7 +21,7 @@ RUN \ && if [[ "${BUILD_ARCH}" = "i386" ]]; then ARCH="386"; fi \ \ && curl -L -s \ - "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.24/AdGuardHome_linux_${ARCH}.tar.gz" \ + "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.25/AdGuardHome_linux_${ARCH}.tar.gz" \ | tar zxvf - -C /opt/ \ \ && chmod a+x /opt/AdGuardHome/AdGuardHome \