From b512c446715c56c46461eeeb111af825f1b87c98 Mon Sep 17 00:00:00 2001 From: dong9205 <40266166+dong9205@users.noreply.github.com> Date: Fri, 1 Apr 2022 15:02:21 +0800 Subject: [PATCH] ARG GOVERSION=1.16 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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