Updated monerod to v0.18.3.4 (#26)

This commit is contained in:
jahway603
2024-09-11 00:40:51 -04:00
committed by GitHub
parent fd41033055
commit d61fa3a58b
2 changed files with 3 additions and 3 deletions

View File

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