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 750b1c9 commit e08ead5Copy full SHA for e08ead5
Dockerfile
@@ -1,6 +1,6 @@
1
# download kubectl
2
FROM golang:1.25.0-alpine@sha256:f18a072054848d87a8077455f0ac8a25886f2397f88bfdd222d6fafbb5bba440 AS kubectl
3
-ARG KUBECTL_VERSION=1.33.4
+ARG KUBECTL_VERSION=1.34.0
4
RUN apk add --no-cache curl
5
RUN export OS=$(go env GOOS) && \
6
export ARCH=$(go env GOARCH) &&\
0 commit comments