updated kubectl to v1.31.2

This commit is contained in:
Serhiy Mytrovtsiy 2024-10-24 00:45:48 +00:00
parent 4a4a5826a5
commit 7575bf567c

View File

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