From 1c72bbc4fc5a8ad674dff70abd4713f369ecb43b Mon Sep 17 00:00:00 2001 From: Anssi Mannila Date: Tue, 11 May 2021 12:50:34 +0300 Subject: [PATCH] Upgrade RMR to v4.7.4 Change-Id: I26899412ca8ff513d4fc8f87ebf792f03a7c21bb 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 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" -- 2.16.6