Update RMR version to 3.2.0 46/2546/1
authorAnssi Mannila <anssi.mannila@nokia.com>
Thu, 20 Feb 2020 12:15:00 +0000 (14:15 +0200)
committerAnssi Mannila <anssi.mannila@nokia.com>
Thu, 20 Feb 2020 12:15:15 +0000 (14:15 +0200)
Change-Id: Id517a106e024ba434fdfd0972f8d884d486d26c3
Signed-off-by: Anssi Mannila <anssi.mannila@nokia.com>
Dockerfile
container-tag.yaml

index 6c0f5da..0c36b03 100644 (file)
@@ -29,7 +29,7 @@ RUN apt update && apt install -y iputils-ping net-tools curl tcpdump gdb valgrin
 
 WORKDIR /tmp
 
-ARG RMRVERSION=1.13.1
+ARG RMRVERSION=3.2.0
 # Install RMr shared library
 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/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
index b67c429..e6ae5cb 100644 (file)
@@ -2,4 +2,4 @@
 # By default this file is in the docker build directory,
 # but the location can configured in the JJB template.
 ---
-tag: "4.0.0.1"
+tag: "4.0.0.2"