updated monerod to v0.18.1.2 (#13)

* Updated monerod to latest, v0.18.1.1

* updated monerod to v0.18.1.2
This commit is contained in:
jahway603
2022-11-04 01:18:27 -04:00
committed by GitHub
parent 109f2cad80
commit b24a7f6064
2 changed files with 4 additions and 4 deletions

View File

@@ -9,13 +9,13 @@ 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.1.1 --depth=1 .
RUN git clone https://github.com/monero-project/monero --branch=v0.18.1.2 --depth=1 .
RUN git submodule update --init --force
RUN make -j$threads
FROM ubuntu:20.04
FROM ubuntu:22.04
WORKDIR /data