updated monerod to v0.18.3.2 (#23)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:22.04 as OG
|
FROM ubuntu:22.04 as OG
|
||||||
|
|
||||||
ENV MONERO_HASH 23af572fdfe3459b9ab97e2e9aa7e3c11021c955d6064b801a27d7e8c21ae09d
|
ENV MONERO_HASH 9dafd70230a7b3a73101b624f3b5f439cc5b84a19b12c17c24e6aab94b678cbb
|
||||||
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.1.tar.bz2
|
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.2.tar.bz2
|
||||||
ENV MONERO_DL_FILE monero.tar.bz2
|
ENV MONERO_DL_FILE monero.tar.bz2
|
||||||
ENV MONERO_SUMS_FILE sha256sums
|
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 \
|
build-essential cmake pkg-config libboost-all-dev \
|
||||||
libssl-dev libzmq3-dev libunbound-dev libsodium-dev libpgm-dev git
|
libssl-dev libzmq3-dev libunbound-dev libsodium-dev libpgm-dev git
|
||||||
|
|
||||||
RUN git clone https://github.com/monero-project/monero --branch=v0.18.2.2 --depth=1 .
|
RUN git clone https://github.com/monero-project/monero --branch=v0.18.3.2 --depth=1 .
|
||||||
|
|
||||||
RUN git submodule update --init --force
|
RUN git submodule update --init --force
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user