From 272fb5b36779f68a944ca317fa6a6159da0128e3 Mon Sep 17 00:00:00 2001 From: czichy Date: Thu, 8 Jun 2023 14:09:41 +0300 Subject: [PATCH] RMR update and release preparation step 1 of 2 Change-Id: I27a2a621970753a3aacd14bc2918ebccca628f1d Signed-off-by: czichy --- Dockerfile | 4 ++-- container-tag.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6479928..a3ac343 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN apt update && apt install --reinstall -y \ #Install RMR -ARG RMR_VER=4.8.3 +ARG RMR_VER=4.9.1 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 @@ -91,7 +91,7 @@ RUN apt-get update -y \ #Install RMR -ARG RMR_VER=4.8.3 +ARG RMR_VER=4.9.1 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 1fa2b25..5e28edc 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.0.1 +tag: 3.1.0 -- 2.16.6