From: subhash kumar singh Date: Mon, 28 Dec 2020 06:28:42 +0000 (+0530) Subject: Fix Dockerfile to fix build X-Git-Tag: 1.0.1~14^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ef92d6e18dcf36592b95952a3b2fe72656635ea3;hp=e63192fcca0ec3bd35ddab7318e550254e9b69a8;p=ric-app%2Fhw-go.git Fix Dockerfile to fix build Fix Dockerfile to fix build. Signed-off-by: subhash kumar singh Change-Id: I41799784e01e0990a6677ac063aa3c56e6d95600 --- diff --git a/Dockerfile b/Dockerfile index 49c61be..9c3c11e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ # #---------------------------------------------------------- -FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as xapp-base +FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as xapp-base RUN apt-get update -y \ &&apt-get install -y \ apt-utils \