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