Skip to content

Commit

Permalink
Update Dockerfile.latest
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rzi authored Apr 18, 2021
1 parent 3e3b09e commit 05b5ca7
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.6/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.7/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 05b5ca7

Please sign in to comment.