diff --git a/Dockerfile b/Dockerfile index 0a9ac3c..d1cecbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest MAINTAINER Serhiy Mitrovtsiy -ARG KUBE_VERSION="v1.31.2" +ARG KUBE_VERSION="v1.31.3" COPY entrypoint.sh /entrypoint.sh