updated kubectl to v1.28.3

This commit is contained in:
Serhiy Mytrovtsiy 2023-10-19 00:33:30 +00:00
parent 6fd9eb2486
commit a56fcbcc47

View File

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