Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rzi authored Sep 24, 2020
1 parent a6cdf3f commit 27d895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27d895f

Please sign in to comment.