updated kubectl to v1.26.3

This commit is contained in:
Serhiy Mytrovtsiy 2023-03-18 00:38:39 +00:00
parent fb6fb028c2
commit b458dcb4b3

View File

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