Update Kube Version to 1.21.2

This commit is contained in:
Blake Nahin 2021-07-16 15:16:42 -05:00 committed by GitHub
parent 25cff6d29c
commit e58d5f56e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
FROM alpine:3.10.2
MAINTAINER Serhiy Mitrovtsiy <mitrovtsiy@ukr.net>
ARG KUBE_VERSION="1.17.9"
ARG KUBE_VERSION="1.21.2"
COPY entrypoint.sh /entrypoint.sh