updated kubectl to v1.27.1

This commit is contained in:
Serhiy Mytrovtsiy 2023-04-15 00:38:29 +00:00
parent aeefe34e9e
commit d0b46afbd4

View File

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