From: wahidw Date: Mon, 1 Feb 2021 07:30:13 +0000 (+0000) Subject: Taking RMR v4.5.2 to use X-Git-Tag: 0.7.1~40 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fsubmgr.git;a=commitdiff_plain;h=f073592e0c568bea4eaf71fe2659a4dd4fd573db Taking RMR v4.5.2 to use Signed-off-by: wahidw Change-Id: Ia7935c8f42e618bb96c583a93c2f4c9fd8d98acb --- diff --git a/Dockerfile b/Dockerfile index 4b41bd4..c824b59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN export GOBIN=/usr/local/bin/ ; \ # # RMR # -ARG RMRVERSION=4.4.6 +ARG RMRVERSION=4.5.2 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 bd05501..f27c64e 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.0" +tag: "0.6.1"