From edddc2c2a763d6135fa3632f825144fd78594474 Mon Sep 17 00:00:00 2001 From: czichy Date: Wed, 13 Dec 2023 12:25:01 +0200 Subject: [PATCH] RMR version update and release I step 1 of 2 Change-Id: I5c40142ff56e45a8443345ece02927050b0b2018 Signed-off-by: czichy --- Dockerfile | 2 +- container-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9defaf..6fceabf 100755 --- a/Dockerfile +++ b/Dockerfile @@ -113,7 +113,7 @@ RUN \ # ====================================================================== # RMR -ARG RMRVERSION=4.9.1 +ARG RMRVERSION=4.9.4 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 afc1778..9be819e 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.2 +tag: 0.6.3 -- 2.16.6