Skip to content

Commit

Permalink
⬆️ Upgrade AdGuard Home to v0.99.1 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorim authored and frenck committed Oct 24, 2019
1 parent b67c117 commit d2c611c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN \
&& if [[ "${BUILD_ARCH}" = "i386" ]]; then ARCH="386"; fi \
\
&& curl -L -s \
"https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.99.0/AdGuardHome_linux_${ARCH}.tar.gz" \
"https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.99.1/AdGuardHome_linux_${ARCH}.tar.gz" \
| tar zxvf - -C /opt/ \
&& chmod a+x /opt/AdGuardHome/AdGuardHome \
\
Expand Down

0 comments on commit d2c611c

Please sign in to comment.