X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=mc-core%2FDockerfile;fp=mc-core%2FDockerfile;h=96b70a67e6afae7d5f7a68eb7db922c40d62ed8c;hb=ddaaf46a05789d0b3a26894411d115ea26e7ce4a;hp=748b3f3ee61f3aece69c1da8e13b7a7d41b1abdf;hpb=5b238b84dd6a6fb77a68f9b37906b465ab08a7fd;p=ric-app%2Fmc.git diff --git a/mc-core/Dockerfile b/mc-core/Dockerfile index 748b3f3..96b70a6 100644 --- a/mc-core/Dockerfile +++ b/mc-core/Dockerfile @@ -16,7 +16,7 @@ ARG STAGE_DIR=/mc -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:4-u18.04-nng AS project-build +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:7-u18.04 as project-build # Update & installation of linux packages RUN apt-get update -y && \ apt-get install -y curl && \