diff --git a/dockerfiles/monero_compile b/dockerfiles/monero_compile index f8fed8d..21a1257 100644 --- a/dockerfiles/monero_compile +++ b/dockerfiles/monero_compile @@ -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.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 diff --git a/dockerfiles/monero_nocompile b/dockerfiles/monero_nocompile index 8ad2c84..ce54c74 100644 --- a/dockerfiles/monero_nocompile +++ b/dockerfiles/monero_nocompile @@ -1,14 +1,14 @@ FROM ubuntu:22.04 -ENV MONERO_HASH 9318e522a5cf95bc856772f15d7507fdef2c028e01f70d020078ad5e208f1304 -ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.1.0.tar.bz2 +ENV MONERO_HASH 937dfcc48d91748dd2e8f58714dfc45d17a0959dff33fc7385bbe06344ff2c16 +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_SUMS_FILE sha256sums WORKDIR /opt/monero # Update system and install dependencies -# Download Monero binaries from Github +# Download Monero binaries from getmonero.org # Confirm hashes match # Install daemon binary # Clean up