From: Anssi Mannila Date: Tue, 11 May 2021 09:50:34 +0000 (+0300) Subject: Upgrade RMR to v4.7.4 X-Git-Tag: 0.7.1~29 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fsubmgr.git;a=commitdiff_plain;h=1c72bbc4fc5a8ad674dff70abd4713f369ecb43b Upgrade RMR to v4.7.4 Change-Id: I26899412ca8ff513d4fc8f87ebf792f03a7c21bb Signed-off-by: Anssi Mannila --- diff --git a/Dockerfile b/Dockerfile index dd4da51..5276ea5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN export GOBIN=/usr/local/bin/ ; \ # # RMR # -ARG RMRVERSION=4.5.2 +ARG RMRVERSION=4.7.4 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 e739df3..4d282ad 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.6.6" +tag: "0.6.7"