From 479dd5026ef00909d0488ae28a8613010df2779b Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Thu, 2 Dec 2021 09:09:30 +0200 Subject: [PATCH] Monero `0.17.3.0` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 382ce7f..c40cfbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && \ protobuf-compiler libudev-dev git && \ update-alternatives --install /usr/bin/python python /usr/bin/python3 1 -ARG MONERO_VERSION=0.17.2.3 +ARG MONERO_VERSION=0.17.3.0 RUN git clone --recursive https://github.com/monero-project/monero.git -b v${MONERO_VERSION} ARG BUILD_THREADS=1