X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Dockerfile;h=7f75fa69cb0e51029972ad62325edb3f9eb19669;hb=989d584ada9e40aa97848700bd26c9b7af72b91d;hp=721f1582170d2e33d3b885e7137298f9c35f5c95;hpb=24f80f45e026915e780626b33e87588147d66df8;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index 721f158..7f75fa6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ########################################################### # ########################################################### -FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as submgrcore +FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu20-c-go:1.0.0 as submgrcore ARG g14="1.14.4" ARG GOVERSION="1.14" @@ -211,7 +211,7 @@ RUN test -z "$(gofmt -l pkg/teststube2ap/*.go)" ########################################################### # ########################################################### -FROM ubuntu:18.04 +FROM ubuntu:20.04 RUN apt update && apt install -y iputils-ping net-tools curl tcpdump