diff --git a/Dockerfile b/Dockerfile index 5b85d43..4e7278d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest MAINTAINER Serhiy Mitrovtsiy -ARG KUBE_VERSION="v1.30.1" +ARG KUBE_VERSION="v1.30.2" COPY entrypoint.sh /entrypoint.sh