updated kubectl to 1.24.0

Update kubectl to 1.24.0
This commit is contained in:
Serhiy Mytrovtsiy 2022-05-31 16:28:59 +02:00 committed by GitHub
commit 2d91cef8ad
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.21.2"
ARG KUBE_VERSION="1.24.0"
COPY entrypoint.sh /entrypoint.sh