updated kubectl to v1.34.0

This commit is contained in:
Serhiy Mytrovtsiy 2025-08-28 00:51:50 +00:00
parent af345ed727
commit f14933a23b

View File

@ -2,7 +2,7 @@ FROM alpine:3.17
MAINTAINER Serhiy Mitrovtsiy <mitrovtsiy@ukr.net>
ARG TARGETPLATFORM
ARG KUBE_VERSION="v1.33.4"
ARG KUBE_VERSION="v1.34.0"
COPY entrypoint.sh /entrypoint.sh