updated kubectl to v1.26.0

This commit is contained in:
Serhiy Mytrovtsiy 2022-12-09 12:13:21 +00:00
parent 52aa96e449
commit b64a485016

View File

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