From 819c24d8ea5788d6eae647e6f3a4c3d447e7c4c1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 29 Oct 2020 10:39:17 +0100 Subject: [PATCH] :arrow_up: Upgrades AdGuard Home to 0.104.0 --- adguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adguard/Dockerfile b/adguard/Dockerfile index 7c59548..dc1d347 100755 --- a/adguard/Dockerfile +++ b/adguard/Dockerfile @@ -24,7 +24,7 @@ RUN \ && if [[ "${BUILD_ARCH}" = "i386" ]]; then ARCH="386"; fi \ \ && curl -L -s \ - "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.103.3/AdGuardHome_linux_${ARCH}.tar.gz" \ + "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.104.0/AdGuardHome_linux_${ARCH}.tar.gz" \ | tar zxvf - -C /opt/ \ && chmod a+x /opt/AdGuardHome/AdGuardHome \ \