updated kubectl to v1.25.0

This commit is contained in:
Serhiy Mytrovtsiy 2022-08-24 00:47:49 +00:00
parent f0d0188384
commit 79fbce0237

View File

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