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.
2 parents 4740b80 + 0dc453d commit 730b387Copy full SHA for 730b387
Dockerfile
@@ -21,7 +21,7 @@ RUN cd /tmp && \
21
RUN /usr/local/bin/helm plugin install https://github.com/databus23/helm-diff --version ${HELM_DIFF_VERSION}
22
23
FROM alpine:latest
24
-ENV KUBECTL_VERSION=v1.23.2
+ENV KUBECTL_VERSION=v1.23.4
25
RUN apk add ca-certificates
26
RUN wget -O /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl && \
27
chmod +x /usr/bin/kubectl
0 commit comments