X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Dockerfile;h=d51ab1d9b484622861d182d476fc70f74087ba05;hb=d3fb160ffdb3b1d287facf0cbf4f425801e82bcd;hp=1084cf24384835d45775a00fce335178b56bf210;hpb=390dc8a230afff3811ea602e1f9d62321d102db4;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index 1084cf2..d51ab1d 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.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 RUN wget --content-disposition ${RMRLIBURL} && dpkg -i rmr_${RMRVERSION}_amd64.deb