Skip to content

Commit

Permalink
⬆️ Upgrades AdGuard Home to v0.104.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 11, 2020
1 parent ef992ac commit 45bd163
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 @@ -27,7 +27,7 @@ RUN \
&& if [[ "${BUILD_ARCH}" = "i386" ]]; then ARCH="386"; fi \
\
&& curl -L -s \
"https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.104.0/AdGuardHome_linux_${ARCH}.tar.gz" \
"https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.104.1/AdGuardHome_linux_${ARCH}.tar.gz" \
| tar zxvf - -C /opt/ \
\
&& export GNUPGHOME="$(mktemp -d)" \
Expand Down

0 comments on commit 45bd163

Please sign in to comment.