updated kubectl to v1.33.0

This commit is contained in:
Serhiy Mytrovtsiy 2025-04-24 00:53:09 +00:00
parent e81783053d
commit f632a31512

View File

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