Merge "Newest RMR release 4.2.2" v0.5.4
authorJuha Hyttinen <juha.hyttinen@nokia.com>
Mon, 5 Oct 2020 12:12:14 +0000 (12:12 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 5 Oct 2020 12:12:14 +0000 (12:12 +0000)
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