diff --git a/Dockerfile b/Dockerfile index 5d1f0e6..84d3339 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.17 MAINTAINER Serhiy Mitrovtsiy ARG TARGETPLATFORM -ARG KUBE_VERSION="v1.33.3" +ARG KUBE_VERSION="v1.33.4" COPY entrypoint.sh /entrypoint.sh