diff --git a/Dockerfile b/Dockerfile index 952d13d..423e2ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.15.4 MAINTAINER Serhiy Mitrovtsiy -ARG KUBE_VERSION="v1.26.0" +ARG KUBE_VERSION="v1.26.1" COPY entrypoint.sh /entrypoint.sh