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.
1 parent a0a0f48 commit 3b4bd66Copy full SHA for 3b4bd66
Dockerfile
@@ -37,7 +37,7 @@ RUN curl --location "https://github.com/kubernetes-sigs/kustomize/releases/downl
37
chmod +x kustomize && \
38
mv kustomize /usr/bin/kustomize
39
40
-FROM golang:1.21-alpine as builder
+FROM golang:1.23-alpine as builder
41
ARG TARGETARCH
42
ARG TARGETPLATFORM
43
WORKDIR /kube-score
0 commit comments