updated kubectl to v1.31.1

This commit is contained in:
Serhiy Mytrovtsiy 2024-09-12 12:16:50 +00:00
parent 42f8a7effb
commit 98222f581d

View File

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