diff --git a/Dockerfile b/Dockerfile index 378d25ed..a3852252 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -ARG GO_VERSION - +ARG GOVERSION=1.16 FROM golang:${GO_VERSION} as build WORKDIR /go/src/sigs.k8s.io/prometheus-adapter