Merge pull request #3999

87f9d28 Dockerfile: fix hash (selsta)
This commit is contained in:
luigi1111 2022-08-10 14:20:04 -05:00
commit bbe4fe3763
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -14,7 +14,7 @@ RUN update-alternatives --set x86_64-w64-mingw32-g++ $(which x86_64-w64-mingw32-
RUN git clone -b v0.18.1.0 --depth 1 https://github.com/monero-project/monero && \
cd monero && \
git reset --hard b6a029f222abada36c7bc6c65899a4ac969d7dee && \
git reset --hard 727bc5b6878170332bf2d838f2c60d1c8dc685c8 && \
cp -a contrib/depends / && \
cd .. && \
rm -rf monero