From: czichy Date: Thu, 8 Jun 2023 11:09:41 +0000 (+0300) Subject: RMR update and release preparation step 1 of 2 X-Git-Tag: 3.1.1~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=272fb5b36779f68a944ca317fa6a6159da0128e3;p=ric-plt%2Fa1.git RMR update and release preparation step 1 of 2 Change-Id: I27a2a621970753a3aacd14bc2918ebccca628f1d Signed-off-by: czichy --- 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