mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 09:47:54 +00:00
ARG GOVERSION=1.16
This commit is contained in:
parent
13a25e2a39
commit
b512c44671
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue