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.
1 parent acbbe40 commit 9a2f940Copy full SHA for 9a2f940
dev/image/Dockerfile
@@ -32,7 +32,7 @@ ENV PATH=$PATH:/usr/local/kubernetes/cluster/:/usr/local/kubernetes/client/bin/
32
RUN curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \
33
# really 'xenial'
34
&& add-apt-repository -yu "deb https://apt.kubernetes.io/ kubernetes-xenial main" \
35
- && apt-get install -yq kubectl=1.13.0-00 \
+ && apt-get install -yq kubectl=1.20.0-00 \
36
&& kubectl completion bash > /usr/share/bash-completion/completions/kubectl \
37
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/*
38
0 commit comments