From 9cd454a4506a1edc367205daa2606cc64363a7eb Mon Sep 17 00:00:00 2001 From: czichy Date: Wed, 7 Jun 2023 16:19:05 +0300 Subject: [PATCH] RMR update and H release step 1 of 2 Change-Id: I3251c82386d7fb44552f3f05bafaa18cc1589196 Signed-off-by: czichy --- Dockerfile | 2 +- container-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d5dc7dc..d9defaf 100755 --- a/Dockerfile +++ b/Dockerfile @@ -113,7 +113,7 @@ RUN \ # ====================================================================== # RMR -ARG RMRVERSION=4.9.0 +ARG RMRVERSION=4.9.1 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 70411a9..afc1778 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.1 +tag: 0.6.2 -- 2.16.6