Merge "RIC:1060: Change in PTL"
[ric-plt/sdlgo.git] / ci / Dockerfile
index 5d259c4..7ed603e 100644 (file)
 #  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.20
 
 RUN mkdir -p $GOPATH/src/sdlgo
 COPY . $GOPATH/src/sdlgo