updated kubectl to v1.29.4

This commit is contained in:
Serhiy Mytrovtsiy 2024-04-17 00:35:09 +00:00
parent 6bbfc40a23
commit 571dee19fc

View File

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