From f073592e0c568bea4eaf71fe2659a4dd4fd573db Mon Sep 17 00:00:00 2001 From: wahidw Date: Mon, 1 Feb 2021 07:30:13 +0000 Subject: [PATCH] Taking RMR v4.5.2 to use Signed-off-by: wahidw Change-Id: Ia7935c8f42e618bb96c583a93c2f4c9fd8d98acb --- Dockerfile | 2 +- container-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.16.6