updated kubectl to v1.33.3

This commit is contained in:
Serhiy Mytrovtsiy 2025-07-16 00:59:19 +00:00
parent b5b19eeb6a
commit 61022b0a48

View File

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