Skip to content

Commit

Permalink
Merge pull request #3999
Browse files Browse the repository at this point in the history
87f9d28 Dockerfile: fix hash (selsta)
  • Loading branch information
luigi1111 committed Aug 10, 2022
2 parents 58ddd8c + 87f9d28 commit bbe4fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Expand Up @@ -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
Expand Down

0 comments on commit bbe4fe3

Please sign in to comment.