updated kubectl to v1.31.3

This commit is contained in:
Serhiy Mytrovtsiy 2024-11-21 12:19:05 +00:00
parent 7575bf567c
commit 4eb63360f6

View File

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