Updating go.sum and go.mod in vespa
[ric-plt/vespamgr.git] / Dockerfile
index f91f7ed..17bbb25 100755 (executable)
@@ -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