From c0a5f601a7282d0ff13e3fd942b84f9304b76c1e Mon Sep 17 00:00:00 2001 From: Wade Barnes <wade@neoterictech.ca> 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 <wade@neoterictech.ca> --- 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}