diff --git a/Dockerfile b/Dockerfile index 040367c..40378a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.17 MAINTAINER Serhiy Mitrovtsiy ARG TARGETPLATFORM -ARG KUBE_VERSION="v1.34.0" +ARG KUBE_VERSION="v1.34.1" COPY entrypoint.sh /entrypoint.sh