X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Dockerfile;h=604ba3baab7f820dbcb373994e29b66449bdfdd5;hb=b3a1f2bbd50bc0a6fdcbb0f6cd4ef0d2890c45af;hp=1084cf24384835d45775a00fce335178b56bf210;hpb=390dc8a230afff3811ea602e1f9d62321d102db4;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index 1084cf2..604ba3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ RUN export GOBIN=/usr/local/bin/ ; \ # # RMR # -ARG RMRVERSION=4.8.5 +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 RUN wget --content-disposition ${RMRLIBURL} && dpkg -i rmr_${RMRVERSION}_amd64.deb