From: czichy Date: Thu, 8 Dec 2022 05:54:12 +0000 (+0200) Subject: Updating RMR version to 4.8.5 X-Git-Tag: 0.9.5~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=390dc8a230afff3811ea602e1f9d62321d102db4;p=ric-plt%2Fsubmgr.git Updating RMR version to 4.8.5 Signed-off-by: czichy Change-Id: I76f8ea8246cc87c4a864f52d87af97d2b732958f --- diff --git a/Dockerfile b/Dockerfile index 305c907..1084cf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ RUN export GOBIN=/usr/local/bin/ ; \ # # RMR # -ARG RMRVERSION=4.8.0 +ARG RMRVERSION=4.8.5 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 RUN wget --content-disposition ${RMRLIBURL} && dpkg -i rmr_${RMRVERSION}_amd64.deb