bump monero to release v0.17.1.1

This commit is contained in:
lza_menace
2020-10-26 13:52:07 -07:00
parent 3e856f10ab
commit bec4bf0e8f
2 changed files with 3 additions and 3 deletions

View File

@@ -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.0 --depth=1 .
RUN git clone https://github.com/monero-project/monero --branch=v0.17.1.1 --depth=1 .
RUN git submodule update --init --force