Skip to content

Commit 359cc38

Browse files
Upgrade kubectl from v1.18.5 to v1.18.10.
1 parent 226fabc commit 359cc38

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
@@ -20,7 +20,7 @@ USER root
2020
ARG ARCH=amd64
2121

2222
RUN rm -f /bin/sh && ln -s /bin/bash /bin/sh
23-
ENV KUBECTL_VERSION v1.18.5
23+
ENV KUBECTL_VERSION v1.18.10
2424
COPY --from=gotty-build /gotty /usr/bin/
2525
RUN apt-get update && \
2626
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)