From 40bdf0a865026d5bb5b4a6b91a3be4e07ffabc18 Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Wed, 20 Jul 2022 20:59:40 +0200 Subject: [PATCH] Monero `0.18.0.0` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c941b2c..005233c 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.3.2 +ARG MONERO_VERSION=0.18.0.0 RUN git clone --recursive https://github.com/monero-project/monero.git -b v${MONERO_VERSION} --depth 1 ARG BUILD_THREADS=1