Updated monerod to latest, v0.18.1.1 (#11)
This commit is contained in:
@@ -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.1.0 --depth=1 .
|
RUN git clone https://github.com/monero-project/monero --branch=v0.18.1.1 --depth=1 .
|
||||||
|
|
||||||
RUN git submodule update --init --force
|
RUN git submodule update --init --force
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
ENV MONERO_HASH 9318e522a5cf95bc856772f15d7507fdef2c028e01f70d020078ad5e208f1304
|
ENV MONERO_HASH 937dfcc48d91748dd2e8f58714dfc45d17a0959dff33fc7385bbe06344ff2c16
|
||||||
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.1.0.tar.bz2
|
ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.1.1.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
|
||||||
|
|
||||||
WORKDIR /opt/monero
|
WORKDIR /opt/monero
|
||||||
|
|
||||||
# Update system and install dependencies
|
# Update system and install dependencies
|
||||||
# Download Monero binaries from Github
|
# Download Monero binaries from getmonero.org
|
||||||
# Confirm hashes match
|
# Confirm hashes match
|
||||||
# Install daemon binary
|
# Install daemon binary
|
||||||
# Clean up
|
# Clean up
|
||||||
|
|||||||
Reference in New Issue
Block a user