updated kubectl to v1.27.0

This commit is contained in:
Serhiy Mytrovtsiy 2023-04-12 00:36:19 +00:00
parent b458dcb4b3
commit aeefe34e9e

View File

@ -1,7 +1,7 @@
FROM alpine:3.17
MAINTAINER Serhiy Mitrovtsiy <mitrovtsiy@ukr.net>
ARG KUBE_VERSION="v1.26.3"
ARG KUBE_VERSION="v1.27.0"
COPY entrypoint.sh /entrypoint.sh