mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 01:37:53 +00:00
Docker: windows: update Tor url
This commit is contained in:
parent
cf46f1fe58
commit
a55dbfdaf1
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ RUN wget https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz && \
|
|||
# TOR_VERSION is used by CMAKE to determine embedded version
|
||||
ENV TOR_VERSION=0.4.7.7
|
||||
ENV TOR_DIR=/tor/Tor/
|
||||
RUN wget https://dist.torproject.org/torbrowser/11.0.13/tor-win64-0.4.7.7.zip && \
|
||||
RUN wget https://dist.torproject.org/torbrowser/11.0.14/tor-win64-0.4.7.7.zip && \
|
||||
echo "ba2a8610e13656262bc4b0da33e814f0eff3a32d4e255d4a65a77cd78ed2b3e5 tor-win64-0.4.7.7.zip" | sha256sum -c && \
|
||||
unzip tor-win64-0.4.7.7.zip -d tor && \
|
||||
rm tor-win64-0.4.7.7.zip
|
||||
|
|
Loading…
Reference in a new issue