Updating RMR version to 4.5.2 75/5575/1 cherry
authorwahidw <abdulwahid.w@nokia.com>
Wed, 3 Feb 2021 08:23:31 +0000 (08:23 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Wed, 3 Feb 2021 08:24:59 +0000 (08:24 +0000)
Change-Id: I5a6018669f630aad748a5a93dd5e3ecdf69d7bc3
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Dockerfile

index 846dad3..a711d6c 100644 (file)
 # a Docker tag from the string in file container-tag.yaml
 
 #FROM golang:1.12.1 as rtmgrbuild
-FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as rtmgrbuild
+FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as rtmgrbuild
 
 # Install RMr shared library
-ARG RMRVERSION=4.4.6
+ARG RMRVERSION=4.5.2
 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb
 # Install RMr development header files
 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb