aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2023-02-18 21:49:51 +0100
committerselsta <selsta@sent.at>2023-02-18 21:49:51 +0100
commita50491d0b2c6c96663275dc44f59920daafb8087 (patch)
tree0ab42c61fcd1c5194c0c9dbd202338500eead92c /Dockerfile.windows
parentb7ba9437d8cca6df4ecff7f5ae38a53cac5e26b2 (diff)
downloadmonzero-gui-a50491d0b2c6c96663275dc44f59920daafb8087.tar.gz
monzero-gui-a50491d0b2c6c96663275dc44f59920daafb8087.tar.xz
monzero-gui-a50491d0b2c6c96663275dc44f59920daafb8087.zip
build: prepare v0.18.2.0
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 abadcc75..b43b8612 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.18.1.0 --depth 1 https://github.com/monero-project/monero && \
+RUN git clone -b v0.18.2.0 --depth 1 https://github.com/monero-project/monero && \
cd monero && \
- git reset --hard 727bc5b6878170332bf2d838f2c60d1c8dc685c8 && \
+ git reset --hard 99be9a044f3854f339548e2d99c539c18d7b1b01 && \
cp -a contrib/depends / && \
cd .. && \
rm -rf monero