updated monerod to v0.18.2.2 (#16)

This commit is contained in:
jahway603
2023-04-17 01:43:31 -04:00
committed by GitHub
parent d636479297
commit 5bd91c6103
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 \ 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.0 --depth=1 . RUN git clone https://github.com/monero-project/monero --branch=v0.18.2.2 --depth=1 .
RUN git submodule update --init --force RUN git submodule update --init --force

View File

@@ -1,7 +1,7 @@
FROM ubuntu:22.04 FROM ubuntu:22.04
ENV MONERO_HASH 83e6517dc9e5198228ee5af50f4bbccdb226fe69ff8dd54404dddb90a70b7322 ENV MONERO_HASH 186800de18f67cca8475ce392168aabeb5709a8f8058b0f7919d7c693786d56b
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.2.0.tar.bz2 ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.2.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