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