From 914db510c18930c0e80d6189203ece7917e92bc8 Mon Sep 17 00:00:00 2001 From: Robert Blaine <4052340+rblaine95@users.noreply.github.com> Date: Sat, 17 Sep 2022 23:28:59 +0200 Subject: [PATCH] Monero `0.18.1.1` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82a828d..a323942 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get update && \ libboost-thread-dev python3 ccache doxygen graphviz \ libevent-dev libnorm-dev -ARG MONERO_VERSION=0.18.1.0 +ARG MONERO_VERSION=0.18.1.1 RUN git clone --recursive --depth 1 --shallow-submodules https://github.com/monero-project/monero.git -b v${MONERO_VERSION} ARG BUILD_THREADS