]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Docker: bump Monero deps
authortobtoht <thotbot@protonmail.com>
Mon, 14 Mar 2022 10:40:58 +0000 (11:40 +0100)
committertobtoht <thotbot@protonmail.com>
Mon, 14 Mar 2022 10:40:58 +0000 (11:40 +0100)
Dockerfile.windows

index 1364044a57445f29b2e3f9462b944438852fa80f..e23cfeb33e2ae93bf85562b4fb752860bc39ca0b 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.2.0 --depth 1 https://github.com/monero-project/monero && \
+RUN git clone -b v0.17.3.0 --depth 1 https://github.com/monero-project/monero && \
     cd monero && \
-    git reset --hard f6e63ef260e795aacd408c28008398785b84103a && \
+    git reset --hard ab18fea3500841fc312630d49ed6840b3aedb34d && \
     cp -a contrib/depends / && \
     cd .. && \
     rm -rf monero