From 448faaa6233f214cae6e617622fb1f392f8dfb30 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Mon, 20 Feb 2023 17:10:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20AdGuard=20Home?= =?UTF-8?q?=20to=20v0.107.24=20(#390)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Franck Nijhof --- adguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adguard/Dockerfile b/adguard/Dockerfile index ae7d931..1b12070 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.22/AdGuardHome_linux_${ARCH}.tar.gz" \ + "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.24/AdGuardHome_linux_${ARCH}.tar.gz" \ | tar zxvf - -C /opt/ \ \ && chmod a+x /opt/AdGuardHome/AdGuardHome \