Skip to content

Commit

Permalink
Bump runpodctl to 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Mar 9, 2024
1 parent eab2a86 commit 6e5aa05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ RUN source /venv/bin/activate && \
RUN curl https://rclone.org/install.sh | bash

# Install runpodctl
RUN wget https://github.com/runpod/runpodctl/releases/download/v1.13.0/runpodctl-linux-amd64 -O runpodctl && \
ARG RUNPODCTL_VERSION="v1.14.2"
RUN wget "https://github.com/runpod/runpodctl/releases/download/${RUNPODCTL_VERSION}/runpodctl-linux-amd64" -O runpodctl && \
chmod a+x runpodctl && \
mv runpodctl /usr/local/bin

Expand Down

0 comments on commit 6e5aa05

Please sign in to comment.