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

index e83f9a6c86861676b17c411310a128cec2d42635..2d647ce0fbac96bbb1708b1b7a1ba80bccbc3b0e 100644 (file)
@@ -31,9 +31,9 @@ RUN git clone -b v3.22.2 --depth 1 https://github.com/Kitware/CMake && \
     make -j$THREADS install && \
     rm -rf $(pwd)
 
-RUN git clone -b v0.17.3.0 --depth 1 https://github.com/monero-project/monero && \
+RUN git clone -b master https://github.com/monero-project/monero && \
     cd monero && \
-    git reset --hard ab18fea3500841fc312630d49ed6840b3aedb34d && \
+    git reset --hard 9aab19f349433687c7aaf2c1cbc5751e5912c0aa && \
     cp -a contrib/depends / && \
     cd .. && \
     rm -rf monero
@@ -163,4 +163,6 @@ RUN git clone -b 0.23.92 --depth 1 --recursive https://github.com/mchehab/zbar.g
     ./configure --enable-static --disable-shared --without-imagemagick --disable-video --without-xv --with-gtk=no --with-python=no --enable-doc=no --host=x86_64-w64-mingw32 && \
     make -j$THREADS && \
     make install && \
-    rm -rf $(pwd)
\ No newline at end of file
+    rm -rf $(pwd)
+
+RUN git config --global --add safe.directory /feather/monero
\ No newline at end of file