From: Lott, Christopher (cl778h) Date: Wed, 12 Feb 2020 22:30:11 +0000 (-0500) Subject: Upgrade Dockerfile base build image X-Git-Tag: v0.0.26~2^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b553793ee6164a302ba159c21790610203219b61;p=ric-plt%2Fxapp-frame.git Upgrade Dockerfile base build image Use bldr-ubuntu18-c-go:4-u18.04-nng Signed-off-by: Lott, Christopher (cl778h) Change-Id: I468a2e23ee5e09eb75f8891d457c525d81a44233 --- diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..858cbce --- /dev/null +++ b/.gitreview @@ -0,0 +1,6 @@ +[gerrit] +host=gerrit.o-ran-sc.org +port=29418 +project=ric-plt/xapp-frame +defaultbranch=master +defaultremote=origin diff --git a/ci/Dockerfile b/ci/Dockerfile index 73ec7cd..f2fc04e 100755 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -17,7 +17,7 @@ # #---------------------------------------------------------- -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:3-u18.04-nng as xapp-base +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:4-u18.04-nng as xapp-base RUN apt-get update -y \ &&apt-get install -y \