Skip to content

Commit

Permalink
Merge pull request #2 from arslnmsd/master
Browse files Browse the repository at this point in the history
Kubectl version 1.17.9
  • Loading branch information
exelban authored Sep 25, 2020
2 parents 183ae37 + 42b5f10 commit e2673b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.10.2
MAINTAINER Serhiy Mitrovtsiy <mitrovtsiy@ukr.net>

ARG KUBE_VERSION="1.15.4"
ARG KUBE_VERSION="1.17.9"

COPY entrypoint.sh /entrypoint.sh

Expand All @@ -12,4 +12,4 @@ RUN chmod +x /entrypoint.sh && \
rm -rf /var/cache/apk/*

ENTRYPOINT ["/entrypoint.sh"]
CMD ["cluster-info"]
CMD ["cluster-info"]

0 comments on commit e2673b7

Please sign in to comment.