From e42efedffc650788bd1b1573c9bf7e4d16161562 Mon Sep 17 00:00:00 2001 From: Anssi Mannila Date: Fri, 3 Dec 2021 11:21:39 +0200 Subject: [PATCH] RMR version upgrade 4.7.4 -> 4.8.0 Change-Id: Id8d2150036c3bc76a1293a9d05eab91a1b63432d Signed-off-by: Anssi Mannila --- Dockerfile | 2 +- container-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7f75fa6..1d13c48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/container-tag.yaml b/container-tag.yaml index fbf559b..e48a046 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -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" -- 2.16.6