Dockerfile.windows: bump Monero to v0.17.2.0

This commit is contained in:
tobtoht 2021-04-26 12:58:17 +02:00
parent 35a52e4469
commit a205b3000a
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -15,9 +15,9 @@ RUN apt update && \
RUN update-alternatives --set x86_64-w64-mingw32-g++ $(which x86_64-w64-mingw32-g++-posix) && \
update-alternatives --set x86_64-w64-mingw32-gcc $(which x86_64-w64-mingw32-gcc-posix)
RUN git clone -b v0.17.1.9 --depth 1 https://github.com/monero-project/monero && \
RUN git clone -b v0.17.2.0 --depth 1 https://github.com/monero-project/monero && \
cd monero && \
git reset --hard 8fef32e45c80aec41f25be9d1d8fb75adc883c64 && \
git reset --hard f6e63ef260e795aacd408c28008398785b84103a && \
cp -a contrib/depends / && \
cd .. && \
rm -rf monero