From 87f9d28fea693a7e5c6ed67d96703720f8082820 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 10 Aug 2022 19:47:56 +0200 Subject: [PATCH] Dockerfile: fix hash --- Dockerfile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index 5b9cf2530a..26f641407a 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -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