diff --git a/Dockerfile b/Dockerfile index 75b3822..173c91d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.15.4 MAINTAINER Serhiy Mitrovtsiy -ARG KUBE_VERSION="v1.25.4" +ARG KUBE_VERSION="v1.25.5" COPY entrypoint.sh /entrypoint.sh