X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=7e396b40ab03d2e25f57085ef260342a7512a948;hb=d455ca0e4d8c05777e3f91350a04ee6c3359da24;hp=9943663d25a97b8ebce5547231ebde5bfd30d01e;hpb=780fa972eb16049af1b3d59c293c520d5269b812;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index 9943663..7e396b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN export GOBIN=/usr/local/bin/ ; \ # # RMR # -ARG RMRVERSION=4.4.4 +ARG RMRVERSION=4.4.6 ARG RMRLIBURL=https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb ARG RMRDEVURL=https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb RUN wget --content-disposition ${RMRLIBURL} && dpkg -i rmr_${RMRVERSION}_amd64.deb