X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=17bbb2574ec97d0f11cf1ef17186e0b16888d70f;hb=f4833542de88280ac84f9d41418e338988fec0e4;hp=f91f7ed62f0e6b45b315a566dd03d7f8d9754280;hpb=d2c00f3d80bee5bad69fe21f59aa68a7c16704e4;p=ric-plt%2Fvespamgr.git diff --git a/Dockerfile b/Dockerfile index f91f7ed..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 @@ -55,7 +55,7 @@ COPY --from=gobuild /root/go/bin /root/go/bin COPY --from=gobuild /root/go/bin/vespamgr /usr/local/bin/vesmgr COPY --from=gobuild /root/go/bin/vespamgr /vespamgr COPY --from=gobuild /go/src/vespamgr/config/* /cfg/ - +COPY --from=gobuild /go/src/vespamgr/config/plt-counter.json /cfg/plt-counter.json RUN ldconfig ENV CFG_FILE=/cfg/config-file.json