RMR version upgrade 4.7.4 -> 4.8.0 13/7213/1
authorAnssi Mannila <anssi.mannila@nokia.com>
Fri, 3 Dec 2021 09:21:39 +0000 (11:21 +0200)
committerAnssi Mannila <anssi.mannila@nokia.com>
Fri, 3 Dec 2021 09:22:02 +0000 (11:22 +0200)
Change-Id: Id8d2150036c3bc76a1293a9d05eab91a1b63432d
Signed-off-by: Anssi Mannila <anssi.mannila@nokia.com>
Dockerfile
container-tag.yaml

index 7f75fa6..1d13c48 100644 (file)
@@ -73,7 +73,7 @@ RUN export GOBIN=/usr/local/bin/ ; \
 #
 # RMR
 #
-ARG RMRVERSION=4.7.4
+ARG RMRVERSION=4.8.0
 ARG RMRLIBURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb
 ARG RMRDEVURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb
 RUN wget --content-disposition ${RMRLIBURL} && dpkg -i rmr_${RMRVERSION}_amd64.deb
index fbf559b..e48a046 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: "0.8.0"
+tag: "0.8.1"