From d455ca0e4d8c05777e3f91350a04ee6c3359da24 Mon Sep 17 00:00:00 2001 From: Anssi Mannila Date: Mon, 7 Dec 2020 11:31:31 +0200 Subject: [PATCH] RMR version change from 4.4.4 to 4.4.6 Change-Id: I9204d468c56c693139a32e7fb996f87b21a4931f 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 9943663..7e396b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN export GOBIN=/usr/local/bin/ ; \ # # RMR # -ARG RMRVERSION=4.4.4 +ARG RMRVERSION=4.4.6 ARG RMRLIBURL=https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb ARG RMRDEVURL=https://packagecloud.io/o-ran-sc/staging/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 169809b..d4ec587 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.5.4" +tag: "0.5.5" -- 2.16.6