Updating RMR version to 4.5.2 78/5578/1 cherry
authorwahidw <abdulwahid.w@nokia.com>
Wed, 3 Feb 2021 08:55:28 +0000 (08:55 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Wed, 3 Feb 2021 08:55:28 +0000 (08:55 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I01bc0bc9212c4a031184c660da3ad0ada003a688

Dockerfile

index ad608e4..d79ae77 100755 (executable)
@@ -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