X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=604ba3baab7f820dbcb373994e29b66449bdfdd5;hb=refs%2Fheads%2Fh-release;hp=7383578c0b06ea217ebaaa11c0d6db042bf5c50b;hpb=483bd162c10ee2f0ef348b5c25c2987aea80b7c8;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index 7383578..604ba3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ ########################################################### FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu20-c-go:1.0.0 as submgrcore -ARG GOVERSION="1.17.8" +ARG GOVERSION="1.18.5" RUN wget -nv https://dl.google.com/go/go${GOVERSION}.linux-amd64.tar.gz \ && tar -xf go${GOVERSION}.linux-amd64.tar.gz \ && mv go /opt/go/${GOVERSION} \ @@ -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