From 540cb28526df01d4d255cfb11a077f3f569778ff Mon Sep 17 00:00:00 2001 From: czichy Date: Wed, 13 Dec 2023 12:17:28 +0200 Subject: [PATCH] RMR update and release I step 1 of 2 Change-Id: I87c673a58198bdcfc0a4018280c8629ebf064a8b Signed-off-by: czichy --- Dockerfile | 2 +- container-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a3ac343..cb18a63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN apt update && apt install --reinstall -y \ #Install RMR -ARG RMR_VER=4.9.1 +ARG RMR_VER=4.9.4 ARG RMR_PKG_URL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/ RUN wget -nv --content-disposition ${RMR_PKG_URL}/rmr_${RMR_VER}_amd64.deb/download.deb diff --git a/container-tag.yaml b/container-tag.yaml index 6b689cf..a3f9586 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,4 +1,4 @@ # The Jenkins job uses this string for the tag in the image name # for example nexus3.o-ran-sc.org:10004/my-image-name:my-tag --- -tag: 3.2.1 +tag: 3.2.2 -- 2.16.6