Skip to content

Commit 730b387

Browse files
authored
Merge pull request #40 from KannanThiru/kubelet-1.23.4
Upgrade kubectl to 1.23.4
2 parents 4740b80 + 0dc453d commit 730b387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN cd /tmp && \
2121
RUN /usr/local/bin/helm plugin install https://github.com/databus23/helm-diff --version ${HELM_DIFF_VERSION}
2222

2323
FROM alpine:latest
24-
ENV KUBECTL_VERSION=v1.23.2
24+
ENV KUBECTL_VERSION=v1.23.4
2525
RUN apk add ca-certificates
2626
RUN wget -O /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl && \
2727
chmod +x /usr/bin/kubectl

0 commit comments

Comments
 (0)