Skip to content

Commit cabdc40

Browse files
authored
Merge pull request #2657 from rjsadow/master
use dl.k8s.io, not kubernetes-release bucket
2 parents 52404ee + 396406f commit cabdc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-java-contrib/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM docker:stable
44
RUN apk add --no-cache git bash && \
55
wget -O /usr/bin/kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64 && \
66
chmod +x /usr/bin/kind && \
7-
wget -O /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.20.2/bin/linux/amd64/kubectl && \
7+
wget -O /usr/bin/kubectl https://dl.k8s.io/release/v1.26.4/bin/linux/amd64/kubectl && \
88
chmod +x /usr/bin/kubectl && \
99
git clone https://github.com/kubernetes-client/gen.git && \
1010
cd gen && \

0 commit comments

Comments
 (0)