Updated monerod to v0.18.3.4 (#26)

master
jahway603 1 month ago committed by GitHub
parent fd41033055
commit d61fa3a58b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,7 @@
FROM ubuntu:22.04 as OG
ENV MONERO_HASH 47c7e6b4b88a57205800a2538065a7874174cd087eedc2526bee1ebcce0cc5e3
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.3.tar.bz2
ENV MONERO_HASH 51ba03928d189c1c11b5379cab17dd9ae8d2230056dc05c872d0f8dba4a87f1d
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.4.tar.bz2
ENV MONERO_DL_FILE monero.tar.bz2
ENV MONERO_SUMS_FILE sha256sums

@ -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

Loading…
Cancel
Save