X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=Dockerfile;h=17bbb2574ec97d0f11cf1ef17186e0b16888d70f;hb=f4833542de88280ac84f9d41418e338988fec0e4;hp=168359ba0dba0d198ee5d271f49fbe6fc85d4180;hpb=420d330e19ccf6a440863f6b40714fcabf17daed;p=ric-plt%2Fvespamgr.git diff --git a/Dockerfile b/Dockerfile index 168359b..17bbb25 100755 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ # platform project (RICP). # -FROM golang:1.12 as gobuild +FROM golang:1.16 as gobuild # Install utilities RUN apt update && apt install -y iputils-ping net-tools curl sudo