diff --git a/Dockerfile b/Dockerfile index 4ae4d86..f6c9ab1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.17 MAINTAINER Serhiy Mitrovtsiy -ARG KUBE_VERSION="v1.27.2" +ARG KUBE_VERSION="v1.27.3" COPY entrypoint.sh /entrypoint.sh