Skip to content

Commit d94a9b4

Browse files
committed
Revert "rollback kind upgrade"
This reverts commit 431fc21.
1 parent 431fc21 commit d94a9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-java-contrib/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker:stable
22

33
# install git, bash, kind, kubectl and clone the kubernetes-client/gen code base
44
RUN apk add --no-cache git bash && \
5-
wget -O /usr/bin/kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64 && \
5+
wget -O /usr/bin/kind https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-amd64 && \
66
chmod +x /usr/bin/kind && \
77
wget -O /usr/bin/kubectl https://dl.k8s.io/release/v1.28.2/bin/linux/amd64/kubectl && \
88
chmod +x /usr/bin/kubectl && \

0 commit comments

Comments
 (0)