Merge pull request #4 from bnahin/patch-1

Update Kube Version to 1.21.2
This commit is contained in:
Serhiy Mytrovtsiy 2021-07-19 12:04:18 +02:00 committed by GitHub
commit 365773786e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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