X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=faec94591418a514d74574b0892c5fcfa4738f1b;hb=e110ee0d197cd7d61faf4ad761ebad3bf0c68121;hp=e69fc755356cf492a19196c3226973056c1ecb3a;hpb=427929cf789725d9362da7afd960ec01f1054112;p=ric-plt%2Frtmgr.git diff --git a/Dockerfile b/Dockerfile index e69fc75..faec945 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ # a Docker tag from the string in file container-tag.yaml #FROM golang:1.12.1 as rtmgrbuild -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:2-u18.04-nng as rtmgrbuild +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:3-u18.04-nng as rtmgrbuild # Install RMr shared library RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_1.10.2_amd64.deb/download.deb && dpkg -i rmr_1.10.2_amd64.deb && rm -rf rmr_1.10.2_amd64.deb