X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ci%2FDockerfile;h=f9dd918bdd7a3b99b17a2eae2059a343da3f9379;hb=refs%2Ftags%2Fv0.8.0;hp=5d259c476dd954fb2f8ded116f66c6be809e187f;hpb=51847d2ee72873fca9de000b77c593a0503fdbcc;p=ric-plt%2Fsdlgo.git diff --git a/ci/Dockerfile b/ci/Dockerfile index 5d259c4..f9dd918 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -14,11 +14,16 @@ # See the License for the specific language governing permissions and # limitations under the License. +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# + # # This is a Dockerfile for code verification only. # Not to be pushed or used for anything else. # -FROM golang:1.12 +FROM golang:1.16 RUN mkdir -p $GOPATH/src/sdlgo COPY . $GOPATH/src/sdlgo