X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ci%2FDockerfile;h=f9dd918bdd7a3b99b17a2eae2059a343da3f9379;hb=refs%2Fchanges%2F65%2F6765%2F3;hp=a5b814167fed4731f544a71b254349d799b0e161;hpb=354c65d7e6d9269e62b88b1804443513e55f4889;p=ric-plt%2Fsdlgo.git diff --git a/ci/Dockerfile b/ci/Dockerfile index a5b8141..f9dd918 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -23,7 +23,7 @@ # 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