tweak Dockerfile to use generated (and committed) proto/service.pb.go,
rather than doing it at build time -- as it's already committed,
it makes built artifacts deterministic/reproduceable from src tree
use golang:1.15.15, same as upstream Kubernetes v1.20
Fixes #484.
golang:1.15.15
, same as upstream Kubernetes v1.20