Upgrade RMR version to 1.13.0 32/2032/1 PI3
authorss412g <shuky.har-noy@intl.att.com>
Mon, 16 Dec 2019 12:43:13 +0000 (14:43 +0200)
committerss412g <shuky.har-noy@intl.att.com>
Mon, 16 Dec 2019 12:43:21 +0000 (14:43 +0200)
Change-Id: Ic8b028c250b412a27b736fe32d0f3d66536c6e80
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
RSM/Dockerfile

index 08e0cf9..f51b3ea 100644 (file)
 #
 ##############################################################################
 
-FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:2-u16.04-nng as ubuntu
+FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:3-u16.04-nng as ubuntu
 
 WORKDIR /opt/RSM
 COPY . . 
 ENV PATH=$PATH:/usr/local/go/bin:/usr/lib/go-1.12/bin
 # Install RMr library and dev files
-RUN wget --content-disposition  https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_1.10.0_amd64.deb/download.deb
-RUN dpkg -i rmr_1.10.0_amd64.deb
-RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_1.10.0_amd64.deb/download.deb
-RUN dpkg -i rmr-dev_1.10.0_amd64.deb
+RUN wget --content-disposition  https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_1.13.0_amd64.deb/download.deb
+RUN dpkg -i rmr_1.13.0_amd64.deb
+RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_1.13.0_amd64.deb/download.deb
+RUN dpkg -i rmr-dev_1.13.0_amd64.deb
 
 
 RUN cd asn1codec && make