diff --git a/Dockerfile.latest b/Dockerfile.latest index daaf47a..e94c6a1 100644 --- a/Dockerfile.latest +++ b/Dockerfile.latest @@ -19,7 +19,7 @@ RUN set -ex \ # Use this line if you want to download it while building the image. # Make sure to use the most recent release build -RUN wget https://github.com/cyberark/kubeletctl/releases/download/v1.5/kubeletctl_linux_386 && chmod a+x ./kubeletctl_linux_386 && mv ./kubeletctl_linux_386 /usr/local/bin/kubeletctl +RUN wget https://github.com/cyberark/kubeletctl/releases/download/v1.6/kubeletctl_linux_386 && chmod a+x ./kubeletctl_linux_386 && mv ./kubeletctl_linux_386 /usr/local/bin/kubeletctl # Download the latest release of kubeletctl_linux_386 from https://github.com/cyberark/kubeletctl/releases and then copy the file #COPY ./kubeletctl_linux_386 /usr/local/bin/kubeletctl