ARG GOVERSION=1.16

This commit is contained in:
dong9205 2022-04-01 15:02:21 +08:00 committed by GitHub
parent 13a25e2a39
commit b512c44671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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