We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7355ce3 commit 9a71c89Copy full SHA for 9a71c89
adguard/Dockerfile
@@ -21,7 +21,7 @@ RUN \
21
&& if [[ "${BUILD_ARCH}" = "i386" ]]; then ARCH="386"; fi \
22
\
23
&& curl -L -s \
24
- "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.0/AdGuardHome_linux_${ARCH}.tar.gz" \
+ "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.1/AdGuardHome_linux_${ARCH}.tar.gz" \
25
| tar zxvf - -C /opt/ \
26
27
&& chmod a+x /opt/AdGuardHome/AdGuardHome \
0 commit comments