From 5667796e3e8b3a2735282326919aa4cf622419e3 Mon Sep 17 00:00:00 2001 From: vlad shkapenyuk Date: Tue, 19 May 2020 15:09:47 -0400 Subject: [PATCH] Make mc-core use the latest mc-listener image Signed-off-by: vlad shkapenyuk Change-Id: Id8e3880ff6a4ea47111c3fa7779e605478bf712e --- mc-core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mc-core/Dockerfile b/mc-core/Dockerfile index 1df54c1..8967626 100644 --- a/mc-core/Dockerfile +++ b/mc-core/Dockerfile @@ -76,7 +76,7 @@ RUN python generate_runall.py # now install the binaries and libraries into smaller docker image -FROM nexus3.o-ran-sc.org:10004/o-ran-sc/ric-app-mc-listener:1.5.0 +FROM nexus3.o-ran-sc.org:10002/o-ran-sc/ric-app-mc-listener:1.6.0 ARG STAGE_DIR -- 2.16.6