X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ci%2FDockerfile;h=642ae3edeed747f82e44f442ea595b77d53753b1;hb=refs%2Ftags%2Fv0.10.2;hp=5d259c476dd954fb2f8ded116f66c6be809e187f;hpb=51847d2ee72873fca9de000b77c593a0503fdbcc;p=ric-plt%2Fsdlgo.git diff --git a/ci/Dockerfile b/ci/Dockerfile index 5d259c4..642ae3e 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.18 RUN mkdir -p $GOPATH/src/sdlgo COPY . $GOPATH/src/sdlgo