From 77e46a9819d3b8e2d3341e6c3f1eb00cd1814fcb Mon Sep 17 00:00:00 2001
From: Christian Bormann <ChristianCarl.Bormann@de.bosch.com>
Date: Fri, 28 Oct 2022 10:51:17 +0200
Subject: [PATCH] new image for node-1.13.2-rc4

Signed-off-by: Christian Bormann <ChristianCarl.Bormann@de.bosch.com>
---
 build/Dockerfile.ubuntu20 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/Dockerfile.ubuntu20 b/build/Dockerfile.ubuntu20
index 126b92e..7a9ded0 100644
--- a/build/Dockerfile.ubuntu20
+++ b/build/Dockerfile.ubuntu20
@@ -40,8 +40,8 @@ RUN pip3 install -U \
 
 
 RUN apt-get update -y && apt-get install -y \
-    indy-node="1.13.2~rc3" \
-    indy-plenum="1.13.1~rc2" \
+    indy-node="1.13.2~rc4" \
+    indy-plenum="1.13.1~rc3" \
     ursa="0.3.2-1" \
     python3-pyzmq="22.3.0" \
     rocksdb="5.8.8" \