diff --git a/Dockerfile b/Dockerfile index 85afa59..b2655db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -344,9 +344,9 @@ RUN wget https://www.openssl.org/source/openssl-1.0.2u.tar.gz && \ make -j$THREADS install_sw && \ rm -rf $(pwd) -RUN git clone -b tor-0.4.5.3-rc --depth 1 https://git.torproject.org/tor.git && \ +RUN git clone -b tor-0.4.5.4-rc --depth 1 https://git.torproject.org/tor.git && \ cd tor && \ - git reset --hard e5c47d295bd3dc35f75c7d5c1753c650fd912640 && \ + git reset --hard 9e26a9399fe2422475406d6ee3cb29b2924f3274 && \ ./autogen.sh && \ ./configure \ --disable-asciidoc \ diff --git a/Dockerfile.windows b/Dockerfile.windows index 870cf75..7e7eb3e 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -144,9 +144,9 @@ RUN wget https://github.com/libevent/libevent/releases/download/release-2.1.11-s make -j$THREADS install && \ rm -rf $(pwd) -RUN git clone -b tor-0.4.5.3-rc --depth 1 https://git.torproject.org/tor.git && \ +RUN git clone -b tor-0.4.5.4-rc --depth 1 https://git.torproject.org/tor.git && \ cd tor && \ - git reset --hard e5c47d295bd3dc35f75c7d5c1753c650fd912640 && \ + git reset --hard 9e26a9399fe2422475406d6ee3cb29b2924f3274 && \ ./autogen.sh && \ ./configure --host=x86_64-w64-mingw32 \ --disable-asciidoc \ @@ -176,4 +176,4 @@ RUN git clone https://git.wownero.com/feather/monero-seed.git && \ -DCMAKE_TOOLCHAIN_FILE=/depends/x86_64-w64-mingw32/share/toolchain.cmake -Bbuild && \ make -Cbuild -j$THREADS && \ make -Cbuild install && \ - rm -rf $(pwd) \ No newline at end of file + rm -rf $(pwd)