From 5ede773f58ee3d1cdbbc88007fe46e0107133556 Mon Sep 17 00:00:00 2001 From: wahidw Date: Wed, 3 Feb 2021 08:55:28 +0000 Subject: [PATCH] Updating RMR version to 4.5.2 Signed-off-by: wahidw Change-Id: I01bc0bc9212c4a031184c660da3ad0ada003a688 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ad608e4..d79ae77 100755 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. #---------------------------------------------------------- -FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 AS o1mediator-build +FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 AS o1mediator-build RUN apt-get update -y && apt-get install -y jq \ git \ @@ -107,7 +107,7 @@ RUN \ # ====================================================================== # RMR -ARG RMRVERSION=4.4.6 +ARG RMRVERSION=4.5.2 ARG RMRLIBURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb ARG RMRDEVURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb -- 2.16.6