From: Anssi Mannila Date: Fri, 3 Dec 2021 09:21:39 +0000 (+0200) Subject: RMR version upgrade 4.7.4 -> 4.8.0 X-Git-Tag: 0.8.2~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fsubmgr.git;a=commitdiff_plain;h=e42efedffc650788bd1b1573c9bf7e4d16161562 RMR version upgrade 4.7.4 -> 4.8.0 Change-Id: Id8d2150036c3bc76a1293a9d05eab91a1b63432d Signed-off-by: Anssi Mannila --- 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"