Skip to content

Commit 9a2f940

Browse files
committed
[dev] Bump kubectl to 1.20.0
1 parent acbbe40 commit 9a2f940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV PATH=$PATH:/usr/local/kubernetes/cluster/:/usr/local/kubernetes/client/bin/
3232
RUN curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \
3333
# really 'xenial'
3434
&& add-apt-repository -yu "deb https://apt.kubernetes.io/ kubernetes-xenial main" \
35-
&& apt-get install -yq kubectl=1.13.0-00 \
35+
&& apt-get install -yq kubectl=1.20.0-00 \
3636
&& kubectl completion bash > /usr/share/bash-completion/completions/kubectl \
3737
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/*
3838

0 commit comments

Comments
 (0)