From ef92d6e18dcf36592b95952a3b2fe72656635ea3 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Mon, 28 Dec 2020 11:58:42 +0530 Subject: [PATCH 1/1] Fix Dockerfile to fix build Fix Dockerfile to fix build. Signed-off-by: subhash kumar singh Change-Id: I41799784e01e0990a6677ac063aa3c56e6d95600 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.16.6