aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-07-15 22:34:59 -0400
committerluigi1111 <luigi1111w@gmail.com>2022-07-15 22:34:59 -0400
commit064c145aa8dc68d28ac8b4aa04ae8b4dbad2e2ce (patch)
tree56ec730c25beda638353891337333a472d210009 /Dockerfile.windows
parentca1e66453e69d183a59aaac80c7f81202c127c1f (diff)
parente197544903772944c87a3693e9a9c1715916bcd0 (diff)
downloadmonzero-gui-064c145aa8dc68d28ac8b4aa04ae8b4dbad2e2ce.tar.gz
monzero-gui-064c145aa8dc68d28ac8b4aa04ae8b4dbad2e2ce.tar.xz
monzero-gui-064c145aa8dc68d28ac8b4aa04ae8b4dbad2e2ce.zip
Merge pull request #3972
e197544 build: prepare v0.18.0.0 (selsta)
Diffstat (limited to 'Dockerfile.windows')
-rw-r--r--Dockerfile.windows4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.windows b/Dockerfile.windows
index 7320b8da..a1dfd824 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -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.17.3.0 --depth 1 https://github.com/monero-project/monero && \
+RUN git clone -b v0.18.0.0 --depth 1 https://github.com/monero-project/monero && \
cd monero && \
- git reset --hard ab18fea3500841fc312630d49ed6840b3aedb34d && \
+ git reset --hard b6a029f222abada36c7bc6c65899a4ac969d7dee && \
cp -a contrib/depends / && \
cd .. && \
rm -rf monero