Update version 0.10.1 and 0.10.2 release notes
[ric-plt/sdlgo.git] / ci / Dockerfile
index 5d259c4..642ae3e 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.18
 
 RUN mkdir -p $GOPATH/src/sdlgo
 COPY . $GOPATH/src/sdlgo