X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=17bbb2574ec97d0f11cf1ef17186e0b16888d70f;hb=f4833542de88280ac84f9d41418e338988fec0e4;hp=168359ba0dba0d198ee5d271f49fbe6fc85d4180;hpb=09f38588102d13e94f6fd42ed5c6b2777ec71d25;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