updated kubectl to v1.33.2

This commit is contained in:
Serhiy Mytrovtsiy 2025-06-19 00:56:26 +00:00
parent d50394b7d7
commit b5b19eeb6a

View File

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