From 1f9ff3f9edeb88c2ece046d6846a25f68585b837 Mon Sep 17 00:00:00 2001 From: czichy Date: Thu, 8 Dec 2022 10:18:08 +0200 Subject: [PATCH] Updating RMR version to 4.8.5 Signed-off-by: czichy Change-Id: I0550b3af9877de13a91f61701e1e477f1fb7596a --- Dockerfile | 2 +- container-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cadc191..3fe1b9f 100755 --- a/Dockerfile +++ b/Dockerfile @@ -113,7 +113,7 @@ RUN \ # ====================================================================== # RMR -ARG RMRVERSION=4.8.0 +ARG RMRVERSION=4.8.5 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 diff --git a/container-tag.yaml b/container-tag.yaml index 17bca4d..70411a9 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 be configured in the JJB template. --- -tag: 0.6.0 +tag: 0.6.1 -- 2.16.6