updated kubectl to v1.32.3

This commit is contained in:
Serhiy Mytrovtsiy 2025-03-12 12:19:05 +00:00
parent 9270913c29
commit def0b28b78

View File

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