updated kubectl to v1.29.0

This commit is contained in:
Serhiy Mytrovtsiy 2023-12-14 00:35:37 +00:00
parent eb28e1d41e
commit 173b09e2c5

View File

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