From 3aa5f9282710eafb6bc9900d6dc298ecc8d471a4 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 8 Jan 2021 12:42:58 -0800 Subject: [PATCH] bumping to latest release, minor tweaks to makefile --- Makefile | 8 ++++---- dockerfiles/monero_compile | 2 +- dockerfiles/monero_nocompile | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 34f9d65..00e2eb0 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,10 @@ up-full: ## Build and run the required containers by compiling source docker-compose -f docker-compose.full.yaml up -d build: ## Build the required containers by fetching binaries - docker-compose -f docker-compose.yaml build --no-cache + docker-compose -f docker-compose.yaml build build-full: ## Build the required containers by compiling source - docker-compose -f docker-compose.full.yaml build --no-cache + docker-compose -f docker-compose.full.yaml build down: ## Stop the containers docker-compose -f docker-compose.yaml down @@ -25,7 +25,7 @@ down-full: ## Stop the containers docker-compose -f docker-compose.full.yaml down logs: ## Get logs from the containers - docker-compose -f docker-compose.yaml logs -f + docker-compose -f docker-compose.yaml logs -f monerod logs-full: ## Get logs from the containers - docker-compose -f docker-compose.full.yaml logs -f + docker-compose -f docker-compose.full.yaml logs -f monerod diff --git a/dockerfiles/monero_compile b/dockerfiles/monero_compile index cc70700..15567ac 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.17.1.8 --depth=1 . +RUN git clone https://github.com/monero-project/monero --branch=v0.17.1.9 --depth=1 . RUN git submodule update --init --force diff --git a/dockerfiles/monero_nocompile b/dockerfiles/monero_nocompile index 636c9a2..553289d 100644 --- a/dockerfiles/monero_nocompile +++ b/dockerfiles/monero_nocompile @@ -1,7 +1,7 @@ FROM ubuntu:20.04 -ENV MONERO_HASH b566652c5281970c6137c27dd15002fe6d4c9230bc37d81545b2f36c16e7d476 -ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.1.8.tar.bz2 +ENV MONERO_HASH 0fb6f53b7b9b3b205151c652b6c9ca7e735f80bfe78427d1061f042723ee6381 +ENV MONERO_DL_URL https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.1.9.tar.bz2 ENV MONERO_DL_FILE monero.tar.bz2 ENV MONERO_SUMS_FILE sha256sums