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