]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Docker: bump Tor for Windows
authortobtoht <thotbot@protonmail.com>
Mon, 23 May 2022 15:05:34 +0000 (17:05 +0200)
committertobtoht <thotbot@protonmail.com>
Mon, 23 May 2022 15:05:34 +0000 (17:05 +0200)
Dockerfile.windows

index 3413b270e3494ac8e2fc547378c3981dd7901886..e83f9a6c86861676b17c411310a128cec2d42635 100644 (file)
@@ -138,12 +138,12 @@ RUN wget https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz && \
     rm -rf $(pwd)
 
 # TOR_VERSION is used by CMAKE to determine embedded version
-ENV TOR_VERSION=0.4.6.9
+ENV TOR_VERSION=0.4.7.7
 ENV TOR_DIR=/tor/Tor/
-RUN wget https://dist.torproject.org/torbrowser/11.0.6/tor-win64-0.4.6.9.zip && \
-    echo "fabb46fb0b82c7cd3592c96554ffd8c0766b2e467559e3613b3e14ac191aed19 tor-win64-0.4.6.9.zip" | sha256sum -c && \
-    unzip tor-win64-0.4.6.9.zip -d tor && \
-    rm tor-win64-0.4.6.9.zip
+RUN wget https://dist.torproject.org/torbrowser/11.0.13/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
 
 RUN git clone https://github.com/nih-at/libzip.git && \
     cd libzip && \