From 49d5e2345e638f272e2e4ba19e788af88ed52d7b Mon Sep 17 00:00:00 2001 From: wahidw Date: Fri, 12 Nov 2021 10:02:17 +0000 Subject: [PATCH] updating to ubuntu20 Signed-off-by: wahidw Change-Id: I53b01ab816f2fc803c4daad9d9a517f268be4769 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ca9e2a..3a0f870 100755 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ #----------------------------------------------------------- -FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 AS appmgr-build +FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu20-c-go:1.0.0 AS appmgr-build RUN apt-get update -y && apt-get install -y jq @@ -73,7 +73,7 @@ RUN gofmt -l $(find cmd/ pkg/ -name '*.go' -not -name '*_test.go') CMD ["/bin/bash"] #---------------------------------------------------------- -FROM ubuntu:18.04 as appmgr +FROM ubuntu:20.04 as appmgr RUN apt-get update -y \ && apt-get install --reinstall -y sudo openssl ca-certificates ca-cacert \ -- 2.16.6