Newest RMR release 4.2.2 94/4794/1
authorJuha Hyttinen <juha.hyttinen@nokia.com>
Thu, 1 Oct 2020 06:50:27 +0000 (09:50 +0300)
committerJuha Hyttinen <juha.hyttinen@nokia.com>
Thu, 1 Oct 2020 06:50:33 +0000 (09:50 +0300)
Change-Id: I4aedf47cff3e40c119218e9379da44aa9a76b0d8
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
ci/Dockerfile

index 6e3d309..2189c99 100755 (executable)
@@ -35,7 +35,7 @@ RUN apt-get update -y \
 RUN curl -s https://packagecloud.io/install/repositories/o-ran-sc/master/script.deb.sh | bash
 
 # RMR
-ARG RMRVERSION=4.1.2
+ARG RMRVERSION=4.2.2
 #RUN apt-get install -y rmr=${RMRVERSION} rmr-dev=${RMRVERSION}
 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
 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