updated kubectl to v1.33.4

This commit is contained in:
Serhiy Mytrovtsiy 2025-08-14 00:57:26 +00:00
parent 61022b0a48
commit af345ed727

View File

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