Skip to content

Commit

Permalink
Upgrade kubectl from v1.16.2 to v.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liqiang-fit2cloud committed Feb 20, 2020
1 parent 36ad7e5 commit 4076d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -18,7 +18,7 @@ USER root
ARG ARCH=amd64

RUN rm -f /bin/sh && ln -s /bin/bash /bin/sh
ENV KUBECTL_VERSION v1.16.2
ENV KUBECTL_VERSION v1.17.3
COPY --from=gotty-build /gotty /usr/bin/
RUN apt-get update && \
apt-get install -y --no-install-recommends curl ca-certificates jq iproute2 less bash-completion unzip sysstat acl net-tools iputils-ping telnet dnsutils wget vim git && \
Expand Down

0 comments on commit 4076d9b

Please sign in to comment.