From 4b730adcccec08be3368aea8b154f67554da26b6 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Tue, 7 Sep 2021 08:07:16 -0700 Subject: [PATCH] Upgrade to indy-node 1.12.4 All of the updates are contained in the `bcgovimages/von-image:node-1.12-4` base image. Changes include updates to fix a crashing issue on node startup with large ledger sizes. Signed-off-by: Wade Barnes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36fed97..6bb7b06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM bcgovimages/von-image:node-1.12-3 +FROM bcgovimages/von-image:node-1.12-4 ENV LOG_LEVEL ${LOG_LEVEL:-info} ENV RUST_LOG ${RUST_LOG:-warning}