Skip to content

Commit 4dbc855

Browse files
Upgrade kubectl from v1.17.3 to v1.18.0.
1 parent 79bfc63 commit 4dbc855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ USER root
1818
ARG ARCH=amd64
1919

2020
RUN rm -f /bin/sh && ln -s /bin/bash /bin/sh
21-
ENV KUBECTL_VERSION v1.17.3
21+
ENV KUBECTL_VERSION v1.18.0
2222
COPY --from=gotty-build /gotty /usr/bin/
2323
RUN apt-get update && \
2424
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 && \

0 commit comments

Comments
 (0)