We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb28420 + ea3f5fa commit 36318bbCopy full SHA for 36318bb
Dockerfile
@@ -1,6 +1,6 @@
1
ARG GOVERSION=1.23
2
ARG GOARCH
3
-FROM golang:${GOVERSION} as builder
+FROM golang:${GOVERSION} AS builder
4
5
ENV GOARCH=${GOARCH}
6
WORKDIR /go/src/k8s.io/kube-state-metrics/
0 commit comments