build: prepare v0.18.4.0

This commit is contained in:
selsta
2025-03-29 15:03:40 +01:00
parent 47f0047c9f
commit 3ae3261315
4 changed files with 7 additions and 7 deletions

View File

@@ -12,9 +12,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.18.2.0 --depth 1 https://github.com/monero-project/monero && \
RUN git clone -b v0.18.4.0 --depth 1 https://github.com/monero-project/monero && \
cd monero && \
git reset --hard 99be9a044f3854f339548e2d99c539c18d7b1b01 && \
git reset --hard f1311d4237404ab7da76241dbf10e92a65132cc4 && \
cp -a contrib/depends / && \
cd .. && \
rm -rf monero