We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5140c commit feac755Copy full SHA for feac755
Dockerfile
@@ -1,6 +1,6 @@
1
# download kubectl
2
FROM golang:1.23.4-alpine AS kubectl
3
-ARG KUBECTL_VERSION=1.31.4
+ARG KUBECTL_VERSION=1.32.0
4
RUN apk add --no-cache curl
5
RUN export OS=$(go env GOOS) && \
6
export ARCH=$(go env GOARCH) &&\
0 commit comments