Merge pull request #2573 from davidxia/patch-1
style: fix warning during docker build
This commit is contained in:
commit
36318bb970
|
|
@ -1,6 +1,6 @@
|
|||
ARG GOVERSION=1.23
|
||||
ARG GOARCH
|
||||
FROM golang:${GOVERSION} as builder
|
||||
FROM golang:${GOVERSION} AS builder
|
||||
ARG GOARCH
|
||||
ENV GOARCH=${GOARCH}
|
||||
WORKDIR /go/src/k8s.io/kube-state-metrics/
|
||||
|
|
|
|||
Loading…
Reference in New Issue