From 30ee005fe2acc199b52551fac4bd5c748e32bcd3 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Mon, 7 Dec 2020 13:15:01 -0800 Subject: [PATCH] bump compile version to latest tagged monero, v0.17.1.6 --- dockerfiles/monero_compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/monero_compile b/dockerfiles/monero_compile index 3207fd4..6f2aa28 100644 --- a/dockerfiles/monero_compile +++ b/dockerfiles/monero_compile @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \ build-essential cmake pkg-config libboost-all-dev \ libssl-dev libzmq3-dev libunbound-dev libsodium-dev libpgm-dev git -RUN git clone https://github.com/monero-project/monero --branch=v0.17.1.5 --depth=1 . +RUN git clone https://github.com/monero-project/monero --branch=v0.17.1.6 --depth=1 . RUN git submodule update --init --force