Skip to content

Commit 9a71c89

Browse files
authored
⬆️ Upgrades AdGuard Home to v0.107.1 (#287)
1 parent 7355ce3 commit 9a71c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adguard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN \
2121
&& if [[ "${BUILD_ARCH}" = "i386" ]]; then ARCH="386"; fi \
2222
\
2323
&& curl -L -s \
24-
"https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.0/AdGuardHome_linux_${ARCH}.tar.gz" \
24+
"https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.1/AdGuardHome_linux_${ARCH}.tar.gz" \
2525
| tar zxvf - -C /opt/ \
2626
\
2727
&& chmod a+x /opt/AdGuardHome/AdGuardHome \

0 commit comments

Comments
 (0)